#113328

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

Shades of Dark Green #113328

Tints of Dark Green #113328

Color information

#113328 (or 0x113328) is unknown color: approx Dark Green. HEX triplet: 11, 33 and 28. RGB value is (17,51,40). Sum of RGB (Red+Green+Blue) = 17+51+40=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #113328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113328 is #EECCD7. Grayscale: #272727. Windows color (decimal): -15650008 or 2634513. OLE color: 2634513.

HSL color Cylindrical-coordinate representation of color #113328: hue angle of 160.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113328 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB175140-
CMYK0.6700.220.8
HSL160.59º50%13.33%-
HSV(B)160.59º66.67%20%-
XYZ1.82.642.42-
YUV39.58128.24111.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=15.74%
G=47.22%
B=37.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751400.6700.220.8160.595013.33
Hex1133284301650a132d
Octal2163501030261202416215
Binary1000111001110100010000110101101010000101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113328; }

 p { color: rgb(17,51,40); }

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

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

 a { background-color: rgb(17,51,40); }

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

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

 span { border-color: rgb(17,51,40); }

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