#113E2C

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

Shades of Zuccini #113E2C

Tints of Zuccini #113E2C

Color information

#113E2C (or 0x113E2C) is unknown color: approx Zuccini. HEX triplet: 11, 3E and 2C. RGB value is (17,62,44). Sum of RGB (Red+Green+Blue) = 17+62+44=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #113E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E2C is #EEC1D3. Grayscale: #2E2E2E. Windows color (decimal): -15647188 or 2899473. OLE color: 2899473.

HSL color Cylindrical-coordinate representation of color #113E2C: hue angle of 156º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E2C is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB176244-
CMYK0.7300.290.76
HSL156º56.96%15.49%-
HSV(B)156º72.58%24.31%-
XYZ2.413.752.98-
YUV46.49126.59106.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 62 (24.61% from 255) = 50.41%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=13.82%
G=50.41%
B=35.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1762440.7300.290.7615656.9615.49
Hex113E2C4901D4C9c39f
Octal2176541110351142347117
Binary1000111111010110010010010111011001100100111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113E2C; }

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

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

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

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

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

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

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

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