#052217

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

Shades of Dark Green #052217

Tints of Dark Green #052217

Color information

#052217 (or 0x052217) is unknown color: approx Dark Green. HEX triplet: 05, 22 and 17. RGB value is (5,34,23). Sum of RGB (Red+Green+Blue) = 5+34+23=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #052217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052217 is #FADDE8. Grayscale: #181818. Windows color (decimal): -16440809 or 1516037. OLE color: 1516037.

HSL color Cylindrical-coordinate representation of color #052217: hue angle of 157.24º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052217 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.87.

Color convert

RGB53423-
CMYK0.8500.320.87
HSL157.24º74.36%7.65%-
HSV(B)157.24º85.29%13.33%-
XYZ0.791.241.01-
YUV24.08127.39114.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 34 (13.67% from 255) = 54.84%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=8.06%
G=54.84%
B=37.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal534230.8500.320.87157.2474.367.65
Hex5221755020579d4a8
Octal5422712504012723511210
Binary101100010101111010101010000010101111001110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052217; }

 p { color: rgb(5,34,23); }

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

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

 a { background-color: rgb(5,34,23); }

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

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

 span { border-color: rgb(5,34,23); }

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