Html Css Color HEX #11422F Zuccini

📋 copy color: '#11422F'

red 17 ◦ green 66 ◦ blue 47

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

Shades of Zuccini #11422F

Tints of Zuccini #11422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 13.08%
G = 50.77%
B = 36.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#11422F (or 0x11422F) is known color: Zuccini. HEX triplet: 11, 42 and 2F. RGB value is (17,66,47). Sum of RGB (Red+Green+Blue) = 17+66+47=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #11422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11422F is #EEBDD0. Grayscale: #313131. Windows color (decimal): -15646161 or 3097105. OLE color: 3097105.

HSL color Cylindrical-coordinate representation of color #11422F: hue angle of 156.73º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11422F is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 47 -
CMYK 0.74 0 0.29 0.74
HSL 156.73º 0.59% 0.16% -
HSV(B) 156.73º 0.74% 0.26% -
XYZ 2.69 4.22 3.36 -
YUV 49.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 17 66 47 0.74 0 0.29 0.74 156.73 0.59 0.16
Hex 11 42 2F 4A 0 1D 4A 9D 3B 10
Octal 21 102 57 112 0 35 112 235 73 20
Binary 10001 1000010 101111 1001010 0 11101 1001010 10011101 111011 10000

Color Harmonies of #11422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11422F

Black with #11422F

Text Example


Text Example

White with #11422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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