#114B28

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

Shades of Zuccini #114B28

Tints of Zuccini #114B28

Color information

#114B28 (or 0x114B28) is unknown color: approx Zuccini. HEX triplet: 11, 4B and 28. RGB value is (17,75,40). Sum of RGB (Red+Green+Blue) = 17+75+40=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #114B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B28 is #EEB4D7. Grayscale: #353535. Windows color (decimal): -15643864 or 2640657. OLE color: 2640657.

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

Color convert

RGB177540-
CMYK0.7700.470.71
HSL143.79º63.04%18.04%-
HSV(B)143.79º77.33%29.41%-
XYZ3.135.32.87-
YUV53.67120.28101.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 75 (29.69% from 255) = 56.82%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=12.88%
G=56.82%
B=30.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775400.7700.470.71143.7963.0418.04
Hex114B284D02F47903f12
Octal21113501150571072207722
Binary1000110010111010001001101010111110001111001000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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