#052419

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

Shades of Dark Green #052419

Tints of Dark Green #052419

Color information

#052419 (or 0x052419) is unknown color: approx Dark Green. HEX triplet: 05, 24 and 19. RGB value is (5,36,25). Sum of RGB (Red+Green+Blue) = 5+36+25=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #052419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052419 is #FADBE6. Grayscale: #191919. Windows color (decimal): -16440295 or 1647621. OLE color: 1647621.

HSL color Cylindrical-coordinate representation of color #052419: hue angle of 158.71º degrees, saturation: 0.76, 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 #052419 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB53625-
CMYK0.8600.310.86
HSL158.71º75.61%8.04%-
HSV(B)158.71º86.11%14.12%-
XYZ0.871.361.14-
YUV25.48127.73113.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 36 (14.45% from 255) = 54.55%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=7.58%
G=54.55%
B=37.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536250.8600.310.86158.7175.618.04
Hex524195601F569f4c8
Octal5443112603712623711410
Binary10110010011001101011001111110101101001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052419; }

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

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

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

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

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

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

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

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