#053119

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

Shades of Dark Green #053119

Tints of Dark Green #053119

Color information

#053119 (or 0x053119) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 19. RGB value is (5,49,25). Sum of RGB (Red+Green+Blue) = 5+49+25=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #053119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053119 is #FACEE6. Grayscale: #212121. Windows color (decimal): -16436967 or 1650949. OLE color: 1650949.

HSL color Cylindrical-coordinate representation of color #053119: hue angle of 147.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053119 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB54925-
CMYK0.9000.490.81
HSL147.27º81.48%10.59%-
HSV(B)147.27º89.8%19.22%-
XYZ1.342.31.29-
YUV33.11123.42107.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 49 (19.53% from 255) = 62.03%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=6.33%
G=62.03%
B=31.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549250.9000.490.81147.2781.4810.59
Hex531195A031519351b
Octal5613113206112122312113
Binary101110001110011011010011000110100011001001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053119; }

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

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

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

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

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

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

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

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