Html Css Color HEX #12414F Green Vogue

📋 copy color: '#12414F'

red 18 ◦ green 65 ◦ blue 79

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

Shades of Green Vogue #12414F

Tints of Green Vogue #12414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

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

R = 11.11%
G = 40.12%
B = 48.77%

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

#12414F (or 0x12414F) is known color: Green Vogue. HEX triplet: 12, 41 and 4F. RGB value is (18,65,79). Sum of RGB (Red+Green+Blue) = 18+65+79=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #12414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12414F is #EDBEB0. Grayscale: #343434. Windows color (decimal): -15580849 or 5194002. OLE color: 5194002.

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

Color convert

RGB 18 65 79 -
CMYK 0.77 0.18 0 0.69
HSL 193.77º 0.63% 0.19% -
HSV(B) 193.77º 0.77% 0.31% -
XYZ 3.55 4.47 8.07 -
YUV 52.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 18 65 79 0.77 0.18 0 0.69 193.77 0.63 0.19
Hex 12 41 4F 4D 12 0 45 C2 3F 13
Octal 22 101 117 115 22 0 105 302 77 23
Binary 10010 1000001 1001111 1001101 10010 0 1000101 11000010 111111 10011

Color Harmonies of #12414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12414F

Black with #12414F

Text Example


Text Example

White with #12414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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