#053419

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

Shades of Dark Green #053419

Tints of Dark Green #053419

Color information

#053419 (or 0x053419) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 19. RGB value is (5,52,25). Sum of RGB (Red+Green+Blue) = 5+52+25=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #053419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053419 is #FACBE6. Grayscale: #222222. Windows color (decimal): -16436199 or 1651717. OLE color: 1651717.

HSL color Cylindrical-coordinate representation of color #053419: hue angle of 145.53º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053419 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB55225-
CMYK0.9000.520.80
HSL145.53º82.46%11.18%-
HSV(B)145.53º90.38%20.39%-
XYZ1.472.561.34-
YUV34.87122.43106.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 52 (20.70% from 255) = 63.41%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=6.10%
G=63.41%
B=30.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552250.9000.520.80145.5382.4611.18
Hex534195A034509252b
Octal5643113206412022212213
Binary101110100110011011010011010010100001001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053419; }

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

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

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

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

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

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

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

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