#052119

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

Shades of Dark Green #052119

Tints of Dark Green #052119

Color information

#052119 (or 0x052119) is unknown color: approx Dark Green. HEX triplet: 05, 21 and 19. RGB value is (5,33,25). Sum of RGB (Red+Green+Blue) = 5+33+25=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #052119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052119 is #FADEE6. Grayscale: #171717. Windows color (decimal): -16441063 or 1646853. OLE color: 1646853.

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

Color convert

RGB53325-
CMYK0.8500.240.87
HSL162.86º73.68%7.45%-
HSV(B)162.86º84.85%12.94%-
XYZ0.781.191.11-
YUV23.72128.72114.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=7.94%
G=52.38%
B=39.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal533250.8500.240.87162.8673.687.45
Hex521195501857a34a7
Octal541311250301272431127
Binary1011000011100110101010110001010111101000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052119; }

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

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

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

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

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

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

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

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