Html Css Color HEX #12404E Green Vogue

📋 copy color: '#12404E'

red 18 ◦ green 64 ◦ blue 78

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

Shades of Green Vogue #12404E

Tints of Green Vogue #12404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40%

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

R = 11.25%
G = 40%
B = 48.75%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12404E (or 0x12404E) is known color: Green Vogue. HEX triplet: 12, 40 and 4E. RGB value is (18,64,78). Sum of RGB (Red+Green+Blue) = 18+64+78=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #12404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12404E is #EDBFB1. Grayscale: #333333. Windows color (decimal): -15581106 or 5128210. OLE color: 5128210.

HSL color Cylindrical-coordinate representation of color #12404E: hue angle of 194º 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 #12404E is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 64 78 -
CMYK 0.77 0.18 0 0.69
HSL 194º 0.63% 0.19% -
HSV(B) 194º 0.77% 0.31% -
XYZ 3.46 4.35 7.86 -
YUV 51.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 18 64 78 0.77 0.18 0 0.69 194 0.63 0.19
Hex 12 40 4E 4D 12 0 45 C2 3E 13
Octal 22 100 116 115 22 0 105 302 76 23
Binary 10010 1000000 1001110 1001101 10010 0 1000101 11000010 111110 10011

Color Harmonies of #12404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12404E

Black with #12404E

Text Example


Text Example

White with #12404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12404E; }

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

 H1.HeaderClassName
 {
   color: #12404E;
 }
 .AnyTagClassName
 {
   color: #12404E;
 }
</style>

background-color css

<style>
 a { background-color: #12404E; }

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

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

border-color css

<style>
 span { border-color: #12404E; }

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

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