#114229

Color #114229 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #114229

Tints of Zuccini #114229

Color information

#114229 (or 0x114229) is unknown color: approx Zuccini. HEX triplet: 11, 42 and 29. RGB value is (17,66,41). Sum of RGB (Red+Green+Blue) = 17+66+41=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #114229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114229 is #EEBDD6. Grayscale: #303030. Windows color (decimal): -15646167 or 2703889. OLE color: 2703889.

HSL color Cylindrical-coordinate representation of color #114229: hue angle of 149.39º 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 #114229 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB176641-
CMYK0.7400.380.74
HSL149.39º59.04%16.27%-
HSV(B)149.39º74.24%25.88%-
XYZ2.584.182.77-
YUV48.5123.77105.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=13.71%
G=53.23%
B=33.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766410.7400.380.74149.3959.0416.27
Hex1142294A0264A953b10
Octal21102511120461122257320
Binary1000110000101010011001010010011010010101001010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114229; }

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

 H1.HeaderClassName
 {
   color: #114229;
 }
 .AnyTagClassName
 {
   color: #114229;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #114229;
 }
 .BgClassName
 {
   background-color: #114229;
 }
</style>
border-color css

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

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

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