#113D2B

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

Shades of Zuccini #113D2B

Tints of Zuccini #113D2B

Color information

#113D2B (or 0x113D2B) is unknown color: approx Zuccini. HEX triplet: 11, 3D and 2B. RGB value is (17,61,43). Sum of RGB (Red+Green+Blue) = 17+61+43=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #113D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D2B is #EEC2D4. Grayscale: #2D2D2D. Windows color (decimal): -15647445 or 2833681. OLE color: 2833681.

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

Color convert

RGB176143-
CMYK0.7200.300.76
HSL155.45º56.41%15.29%-
HSV(B)155.45º72.13%23.92%-
XYZ2.343.632.86-
YUV45.79126.42107.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 61 (24.22% from 255) = 50.41%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=14.05%
G=50.41%
B=35.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1761430.7200.300.76155.4556.4115.29
Hex113D2B4801E4C9b38f
Octal2175531100361142337017
Binary1000111110110101110010000111101001100100110111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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