#114A31

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

Shades of Zuccini #114A31

Tints of Zuccini #114A31

Color information

#114A31 (or 0x114A31) is unknown color: approx Zuccini. HEX triplet: 11, 4A and 31. RGB value is (17,74,49). Sum of RGB (Red+Green+Blue) = 17+74+49=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #114A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A31 is #EEB5CE. Grayscale: #363636. Windows color (decimal): -15644111 or 3230225. OLE color: 3230225.

HSL color Cylindrical-coordinate representation of color #114A31: hue angle of 153.68º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A31 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB177449-
CMYK0.7700.340.71
HSL153.68º62.64%17.84%-
HSV(B)153.68º77.03%29.02%-
XYZ3.235.243.75-
YUV54.11125.12101.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 74 (29.30% from 255) = 52.86%
BLUE value IS 49 (19.53% from 255) = 35%
R=12.14%
G=52.86%
B=35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1774490.7700.340.71153.6862.6417.84
Hex114A314D022479a3f12
Octal21112611150421072327722
Binary1000110010101100011001101010001010001111001101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114A31; }

 p { color: rgb(17,74,49); }

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

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

 a { background-color: rgb(17,74,49); }

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

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

 span { border-color: rgb(17,74,49); }

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