#114B2C

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

Shades of Zuccini #114B2C

Tints of Zuccini #114B2C

Color information

#114B2C (or 0x114B2C) is unknown color: approx Zuccini. HEX triplet: 11, 4B and 2C. RGB value is (17,75,44). Sum of RGB (Red+Green+Blue) = 17+75+44=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #114B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B2C is #EEB4D3. Grayscale: #363636. Windows color (decimal): -15643860 or 2902801. OLE color: 2902801.

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

Color convert

RGB177544-
CMYK0.7700.410.71
HSL147.93º63.04%18.04%-
HSV(B)147.93º77.33%29.41%-
XYZ3.25.333.24-
YUV54.12122.28101.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=12.5%
G=55.15%
B=32.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775440.7700.410.71147.9363.0418.04
Hex114B2C4D02947943f12
Octal21113541150511072247722
Binary1000110010111011001001101010100110001111001010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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