#114731

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

Shades of Zuccini #114731

Tints of Zuccini #114731

Color information

#114731 (or 0x114731) is unknown color: approx Zuccini. HEX triplet: 11, 47 and 31. RGB value is (17,71,49). Sum of RGB (Red+Green+Blue) = 17+71+49=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #114731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114731 is #EEB8CE. Grayscale: #343434. Windows color (decimal): -15644879 or 3229457. OLE color: 3229457.

HSL color Cylindrical-coordinate representation of color #114731: hue angle of 155.56º degrees, saturation: 0.61, 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 #114731 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB177149-
CMYK0.7600.310.72
HSL155.56º61.36%17.25%-
HSV(B)155.56º76.06%27.84%-
XYZ3.044.853.68-
YUV52.35126.11102.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=12.41%
G=51.82%
B=35.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771490.7600.310.72155.5661.3617.25
Hex1147314C01F489c3d11
Octal21107611140371102347521
Binary100011000111110001100110001111110010001001110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114731; }

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

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

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

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

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

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

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

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