Html Css Color HEX #12404F Green Vogue

📋 copy color: '#12404F'

red 18 ◦ green 64 ◦ blue 79

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

Shades of Green Vogue #12404F

Tints of Green Vogue #12404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.07%

R = 11.18%
G = 39.75%
B = 49.07%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12404F (or 0x12404F) is known color: Green Vogue. HEX triplet: 12, 40 and 4F. RGB value is (18,64,79). Sum of RGB (Red+Green+Blue) = 18+64+79=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #12404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12404F is #EDBFB0. Grayscale: #333333. Windows color (decimal): -15581105 or 5193746. OLE color: 5193746.

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

Color convert

RGB 18 64 79 -
CMYK 0.77 0.19 0 0.69
HSL 194.75º 0.63% 0.19% -
HSV(B) 194.75º 0.77% 0.31% -
XYZ 3.49 4.36 8.05 -
YUV 51.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 18 64 79 0.77 0.19 0 0.69 194.75 0.63 0.19
Hex 12 40 4F 4D 13 0 45 C3 3F 13
Octal 22 100 117 115 23 0 105 303 77 23
Binary 10010 1000000 1001111 1001101 10011 0 1000101 11000011 111111 10011

Color Harmonies of #12404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12404F

Black with #12404F

Text Example


Text Example

White with #12404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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