#113D29

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

Shades of Zuccini #113D29

Tints of Zuccini #113D29

Color information

#113D29 (or 0x113D29) is unknown color: approx Zuccini. HEX triplet: 11, 3D and 29. RGB value is (17,61,41). Sum of RGB (Red+Green+Blue) = 17+61+41=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #113D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D29 is #EEC2D6. Grayscale: #2D2D2D. Windows color (decimal): -15647447 or 2702609. OLE color: 2702609.

HSL color Cylindrical-coordinate representation of color #113D29: hue angle of 152.73º 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 #113D29 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB176141-
CMYK0.7200.330.76
HSL152.73º56.41%15.29%-
HSV(B)152.73º72.13%23.92%-
XYZ2.33.622.67-
YUV45.56125.42107.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 61 (24.22% from 255) = 51.26%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=14.29%
G=51.26%
B=34.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1761410.7200.330.76152.7356.4115.29
Hex113D29480214C9938f
Octal2175511100411142317017
Binary10001111101101001100100001000011001100100110011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,61,41); }

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

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

 a { background-color: rgb(17,61,41); }

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

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

 span { border-color: rgb(17,61,41); }

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