#114831

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

Shades of Zuccini #114831

Tints of Zuccini #114831

Color information

#114831 (or 0x114831) is unknown color: approx Zuccini. HEX triplet: 11, 48 and 31. RGB value is (17,72,49). Sum of RGB (Red+Green+Blue) = 17+72+49=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #114831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114831 is #EEB7CE. Grayscale: #343434. Windows color (decimal): -15644623 or 3229713. OLE color: 3229713.

HSL color Cylindrical-coordinate representation of color #114831: hue angle of 154.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114831 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB177249-
CMYK0.7600.320.72
HSL154.91º61.8%17.45%-
HSV(B)154.91º76.39%28.24%-
XYZ3.14.983.7-
YUV52.93125.78102.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 72 (28.52% from 255) = 52.17%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=12.32%
G=52.17%
B=35.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772490.7600.320.72154.9161.817.45
Hex1148314C020489b3e11
Octal21110611140401102337621
Binary1000110010001100011001100010000010010001001101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114831; }

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

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

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

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

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

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

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

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