#114B31

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

Shades of Zuccini #114B31

Tints of Zuccini #114B31

Color information

#114B31 (or 0x114B31) is unknown color: approx Zuccini. HEX triplet: 11, 4B and 31. RGB value is (17,75,49). Sum of RGB (Red+Green+Blue) = 17+75+49=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #114B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B31 is #EEB4CE. Grayscale: #363636. Windows color (decimal): -15643855 or 3230481. OLE color: 3230481.

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

Color convert

RGB177549-
CMYK0.7700.350.71
HSL153.1º63.04%18.04%-
HSV(B)153.1º77.33%29.41%-
XYZ3.35.373.77-
YUV54.69124.78101.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=12.06%
G=53.19%
B=34.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775490.7700.350.71153.163.0418.04
Hex114B314D02347993f12
Octal21113611150431072317722
Binary1000110010111100011001101010001110001111001100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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