#114A25

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

Shades of Zuccini #114A25

Tints of Zuccini #114A25

Color information

#114A25 (or 0x114A25) is unknown color: approx Zuccini. HEX triplet: 11, 4A and 25. RGB value is (17,74,37). Sum of RGB (Red+Green+Blue) = 17+74+37=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #114A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A25 is #EEB5DA. Grayscale: #343434. Windows color (decimal): -15644123 or 2443793. OLE color: 2443793.

HSL color Cylindrical-coordinate representation of color #114A25: hue angle of 141.05º 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 #114A25 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB177437-
CMYK0.7700.500.71
HSL141.05º62.64%17.84%-
HSV(B)141.05º77.03%29.02%-
XYZ3.015.152.59-
YUV52.74119.12102.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 74 (29.30% from 255) = 57.81%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=13.28%
G=57.81%
B=28.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1774370.7700.500.71141.0562.6417.84
Hex114A254D032478d3f12
Octal21112451150621072157722
Binary1000110010101001011001101011001010001111000110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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