#052317

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

Shades of Dark Green #052317

Tints of Dark Green #052317

Color information

#052317 (or 0x052317) is unknown color: approx Dark Green. HEX triplet: 05, 23 and 17. RGB value is (5,35,23). Sum of RGB (Red+Green+Blue) = 5+35+23=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #052317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052317 is #FADCE8. Grayscale: #181818. Windows color (decimal): -16440553 or 1516293. OLE color: 1516293.

HSL color Cylindrical-coordinate representation of color #052317: hue angle of 156º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052317 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB53523-
CMYK0.8600.340.86
HSL156º75%7.84%-
HSV(B)156º85.71%13.73%-
XYZ0.821.31.02-
YUV24.66127.06113.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 35 (14.06% from 255) = 55.56%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=7.94%
G=55.56%
B=36.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535230.8600.340.86156757.84
Hex5231756022569c4b8
Octal5432712604212623411310
Binary101100011101111010110010001010101101001110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052317; }

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

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

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

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

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

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

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

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