#114B26

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

Shades of Zuccini #114B26

Tints of Zuccini #114B26

Color information

#114B26 (or 0x114B26) is unknown color: approx Zuccini. HEX triplet: 11, 4B and 26. RGB value is (17,75,38). Sum of RGB (Red+Green+Blue) = 17+75+38=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #114B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B26 is #EEB4D9. Grayscale: #353535. Windows color (decimal): -15643866 or 2509585. OLE color: 2509585.

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

Color convert

RGB177538-
CMYK0.7700.490.71
HSL141.72º63.04%18.04%-
HSV(B)141.72º77.33%29.41%-
XYZ3.15.292.69-
YUV53.44119.28102.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 75 (29.69% from 255) = 57.69%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=13.08%
G=57.69%
B=29.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775380.7700.490.71141.7263.0418.04
Hex114B264D031478e3f12
Octal21113461150611072167722
Binary1000110010111001101001101011000110001111000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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