#114C26

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

Shades of Zuccini #114C26

Tints of Zuccini #114C26

Color information

#114C26 (or 0x114C26) is unknown color: approx Zuccini. HEX triplet: 11, 4C and 26. RGB value is (17,76,38). Sum of RGB (Red+Green+Blue) = 17+76+38=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #114C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C26 is #EEB3D9. Grayscale: #363636. Windows color (decimal): -15643610 or 2509841. OLE color: 2509841.

HSL color Cylindrical-coordinate representation of color #114C26: hue angle of 141.36º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C26 is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB177638-
CMYK0.7800.50.70
HSL141.36º63.44%18.24%-
HSV(B)141.36º77.63%29.8%-
XYZ3.175.432.71-
YUV54.03118.95101.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 76 (30.08% from 255) = 58.02%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=12.98%
G=58.02%
B=29.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776380.7800.50.70141.3663.4418.24
Hex114C264E032468d3f12
Octal21114461160621062157722
Binary1000110011001001101001110011001010001101000110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,38); }

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

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

 a { background-color: rgb(17,76,38); }

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

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

 span { border-color: rgb(17,76,38); }

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