#053925

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

Shades of Dark Green #053925

Tints of Dark Green #053925

Color information

#053925 (or 0x053925) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 25. RGB value is (5,57,37). Sum of RGB (Red+Green+Blue) = 5+57+37=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #053925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053925 is #FAC6DA. Grayscale: #272727. Windows color (decimal): -16434907 or 2439429. OLE color: 2439429.

HSL color Cylindrical-coordinate representation of color #053925: hue angle of 156.92º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053925 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB55737-
CMYK0.9100.350.78
HSL156.92º83.87%12.16%-
HSV(B)156.92º91.23%22.35%-
XYZ1.863.092.25-
YUV39.17126.77103.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 57 (22.66% from 255) = 57.58%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=5.05%
G=57.58%
B=37.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557370.9100.350.78156.9283.8712.16
Hex539255B0234E9d54c
Octal5714513304311623512414
Binary1011110011001011011011010001110011101001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053925; }

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

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

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

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

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

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

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

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