#052319

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

Shades of Dark Green #052319

Tints of Dark Green #052319

Color information

#052319 (or 0x052319) is unknown color: approx Dark Green. HEX triplet: 05, 23 and 19. RGB value is (5,35,25). Sum of RGB (Red+Green+Blue) = 5+35+25=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #052319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052319 is #FADCE6. Grayscale: #181818. Windows color (decimal): -16440551 or 1647365. OLE color: 1647365.

HSL color Cylindrical-coordinate representation of color #052319: hue angle of 160º 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 #052319 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB53525-
CMYK0.8600.290.86
HSL160º75%7.84%-
HSV(B)160º85.71%13.73%-
XYZ0.841.31.13-
YUV24.89128.06113.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 35 (14.06% from 255) = 53.85%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=7.69%
G=53.85%
B=38.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535250.8600.290.86160757.84
Hex523195601D56a04b8
Octal5433112603512624011310
Binary10110001111001101011001110110101101010000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052319; }

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

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

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

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

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

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

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

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