Html Css Color HEX #123D4E Green Vogue

📋 copy color: '#123D4E'

red 18 ◦ green 61 ◦ blue 78

#123D4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #123D4E

Tints of Green Vogue #123D4E

RGB

 RED value IS 18 (7.42% from 255) = 11.46%

 GREEN value IS 61 (24.22% from 255) = 38.85%

 BLUE value IS 78 (30.86% from 255) = 49.68%

R = 11.46%
G = 38.85%
B = 49.68%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#123D4E (or 0x123D4E) is known color: Green Vogue. HEX triplet: 12, 3D and 4E. RGB value is (18,61,78). Sum of RGB (Red+Green+Blue) = 18+61+78=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #123D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D4E is #EDC2B1. Grayscale: #313131. Windows color (decimal): -15581874 or 5127442. OLE color: 5127442.

HSL color Cylindrical-coordinate representation of color #123D4E: hue angle of 197º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123D4E is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 61 78 -
CMYK 0.77 0.22 0 0.69
HSL 197º 0.63% 0.19% -
HSV(B) 197º 0.77% 0.31% -
XYZ 3.29 4.02 7.81 -
YUV 50.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 18 61 78 0.77 0.22 0 0.69 197 0.63 0.19
Hex 12 3D 4E 4D 16 0 45 C5 3E 13
Octal 22 75 116 115 26 0 105 305 76 23
Binary 10010 111101 1001110 1001101 10110 0 1000101 11000101 111110 10011

Color Harmonies of #123D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D4E

Black with #123D4E

Text Example


Text Example

White with #123D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123D4E; }

 p { color: rgb(18,61,78); }

 H1.HeaderClassName
 {
   color: #123D4E;
 }
 .AnyTagClassName
 {
   color: #123D4E;
 }
</style>

background-color css

<style>
 a { background-color: #123D4E; }

 a { background-color: rgb(18,61,78); }

 div.DivClassName
 {
   background-color: #123D4E;
 }
 .BgClassName
 {
   background-color: #123D4E;
 }
</style>

border-color css

<style>
 span { border-color: #123D4E; }

 span { border-color: rgb(18,61,78); }

 td.TdClassName
 {
   border-color: #123D4E;
 }
 .TagClassName
 {
   border-color: #123D4E;
 }
</style>