Html Css Color HEX #11472B Zuccini

📋 copy color: '#11472B'

red 17 ◦ green 71 ◦ blue 43

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

Shades of Zuccini #11472B

Tints of Zuccini #11472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.2%

 BLUE value IS 43 (17.19% from 255) = 32.82%

R = 12.98%
G = 54.2%
B = 32.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#11472B (or 0x11472B) is known color: Zuccini. HEX triplet: 11, 47 and 2B. RGB value is (17,71,43). Sum of RGB (Red+Green+Blue) = 17+71+43=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #11472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11472B is #EEB8D4. Grayscale: #333333. Windows color (decimal): -15644885 or 2836241. OLE color: 2836241.

HSL color Cylindrical-coordinate representation of color #11472B: hue angle of 148.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11472B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 71 43 -
CMYK 0.76 0 0.39 0.72
HSL 148.89º 0.61% 0.17% -
HSV(B) 148.89º 0.76% 0.28% -
XYZ 2.92 4.8 3.06 -
YUV 51.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 17 71 43 0.76 0 0.39 0.72 148.89 0.61 0.17
Hex 11 47 2B 4C 0 27 48 95 3D 11
Octal 21 107 53 114 0 47 110 225 75 21
Binary 10001 1000111 101011 1001100 0 100111 1001000 10010101 111101 10001

Color Harmonies of #11472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11472B

Black with #11472B

Text Example


Text Example

White with #11472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11472B; }

 p { color: rgb(17,71,43); }

 H1.HeaderClassName
 {
   color: #11472B;
 }
 .AnyTagClassName
 {
   color: #11472B;
 }
</style>

background-color css

<style>
 a { background-color: #11472B; }

 a { background-color: rgb(17,71,43); }

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

border-color css

<style>
 span { border-color: #11472B; }

 span { border-color: rgb(17,71,43); }

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