#053425

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

Shades of Dark Green #053425

Tints of Dark Green #053425

Color information

#053425 (or 0x053425) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 25. RGB value is (5,52,37). Sum of RGB (Red+Green+Blue) = 5+52+37=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #053425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053425 is #FACBDA. Grayscale: #242424. Windows color (decimal): -16436187 or 2438149. OLE color: 2438149.

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

Color convert

RGB55237-
CMYK0.9000.290.80
HSL160.85º82.46%11.18%-
HSV(B)160.85º90.38%20.39%-
XYZ1.622.622.17-
YUV36.24128.43105.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 52 (20.70% from 255) = 55.32%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=5.32%
G=55.32%
B=39.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552370.9000.290.80160.8582.4611.18
Hex534255A01D50a152b
Octal5644513203512024112213
Binary101110100100101101101001110110100001010000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053425; }

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

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

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

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

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

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

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

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