Html Css Color HEX #11432F Zuccini

📋 copy color: '#11432F'

red 17 ◦ green 67 ◦ blue 47

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

Shades of Zuccini #11432F

Tints of Zuccini #11432F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.15%

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

R = 12.98%
G = 51.15%
B = 35.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#11432F (or 0x11432F) is known color: Zuccini. HEX triplet: 11, 43 and 2F. RGB value is (17,67,47). Sum of RGB (Red+Green+Blue) = 17+67+47=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #11432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11432F is #EEBCD0. Grayscale: #313131. Windows color (decimal): -15645905 or 3097361. OLE color: 3097361.

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

Color convert

RGB 17 67 47 -
CMYK 0.75 0 0.30 0.74
HSL 156º 0.6% 0.16% -
HSV(B) 156º 0.75% 0.26% -
XYZ 2.75 4.34 3.38 -
YUV 49.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 17 67 47 0.75 0 0.30 0.74 156 0.6 0.16
Hex 11 43 2F 4B 0 1E 4A 9C 3C 10
Octal 21 103 57 113 0 36 112 234 74 20
Binary 10001 1000011 101111 1001011 0 11110 1001010 10011100 111100 10000

Color Harmonies of #11432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11432F

Black with #11432F

Text Example


Text Example

White with #11432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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