Html Css Color HEX #11424F Green Vogue

📋 copy color: '#11424F'

red 17 ◦ green 66 ◦ blue 79

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

Shades of Green Vogue #11424F

Tints of Green Vogue #11424F

RGB

 RED value IS 17 (7.03% from 255) = 10.49%

 GREEN value IS 66 (26.17% from 255) = 40.74%

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

R = 10.49%
G = 40.74%
B = 48.77%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11424F (or 0x11424F) is known color: Green Vogue. HEX triplet: 11, 42 and 4F. RGB value is (17,66,79). Sum of RGB (Red+Green+Blue) = 17+66+79=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 66 (26.17% from 255 or 40.74% 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 #11424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11424F is #EEBDB0. Grayscale: #343434. Windows color (decimal): -15646129 or 5194257. OLE color: 5194257.

HSL color Cylindrical-coordinate representation of color #11424F: hue angle of 192.58º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11424F is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 66 79 -
CMYK 0.78 0.16 0 0.69
HSL 192.58º 0.65% 0.19% -
HSV(B) 192.58º 0.78% 0.31% -
XYZ 3.59 4.58 8.09 -
YUV 52.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 17 66 79 0.78 0.16 0 0.69 192.58 0.65 0.19
Hex 11 42 4F 4E 10 0 45 C1 41 13
Octal 21 102 117 116 20 0 105 301 101 23
Binary 10001 1000010 1001111 1001110 10000 0 1000101 11000001 1000001 10011

Color Harmonies of #11424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11424F

Black with #11424F

Text Example


Text Example

White with #11424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,66,79); }

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

background-color css

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

 a { background-color: rgb(17,66,79); }

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

border-color css

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

 span { border-color: rgb(17,66,79); }

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