#113227

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

Shades of Dark Green #113227

Tints of Dark Green #113227

Color information

#113227 (or 0x113227) is unknown color: approx Dark Green. HEX triplet: 11, 32 and 27. RGB value is (17,50,39). Sum of RGB (Red+Green+Blue) = 17+50+39=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #113227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113227 is #EECDD8. Grayscale: #262626. Windows color (decimal): -15650265 or 2568721. OLE color: 2568721.

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

Color convert

RGB175039-
CMYK0.6600.220.80
HSL160º49.25%13.14%-
HSV(B)160º66%19.61%-
XYZ1.742.552.32-
YUV38.88128.07112.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=16.04%
G=47.17%
B=36.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750390.6600.220.8016049.2513.14
Hex1132274201650a031d
Octal2162471020261202406115
Binary1000111001010011110000100101101010000101000001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113227; }

 p { color: rgb(17,50,39); }

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

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

 a { background-color: rgb(17,50,39); }

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

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

 span { border-color: rgb(17,50,39); }

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