#113C2B

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

Shades of Zuccini #113C2B

Tints of Zuccini #113C2B

Color information

#113C2B (or 0x113C2B) is unknown color: approx Zuccini. HEX triplet: 11, 3C and 2B. RGB value is (17,60,43). Sum of RGB (Red+Green+Blue) = 17+60+43=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #113C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C2B is #EEC3D4. Grayscale: #2D2D2D. Windows color (decimal): -15647701 or 2833425. OLE color: 2833425.

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

Color convert

RGB176043-
CMYK0.7200.280.76
HSL156.28º55.84%15.1%-
HSV(B)156.28º71.67%23.53%-
XYZ2.283.532.85-
YUV45.2126.75107.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 60 (23.83% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=14.17%
G=50%
B=35.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1760430.7200.280.76156.2855.8415.1
Hex113C2B4801C4C9c38f
Octal2174531100341142347017
Binary1000111110010101110010000111001001100100111001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,60,43); }

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

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

 a { background-color: rgb(17,60,43); }

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

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

 span { border-color: rgb(17,60,43); }

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