#053825

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

Shades of Dark Green #053825

Tints of Dark Green #053825

Color information

#053825 (or 0x053825) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 25. RGB value is (5,56,37). Sum of RGB (Red+Green+Blue) = 5+56+37=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #053825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053825 is #FAC7DA. Grayscale: #262626. Windows color (decimal): -16435163 or 2439173. OLE color: 2439173.

HSL color Cylindrical-coordinate representation of color #053825: hue angle of 157.65º 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 #053825 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB55637-
CMYK0.9100.340.78
HSL157.65º83.61%11.96%-
HSV(B)157.65º91.07%21.96%-
XYZ1.812.992.23-
YUV38.58127.1104.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 56 (22.27% from 255) = 57.14%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=5.10%
G=57.14%
B=37.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556370.9100.340.78157.6583.6111.96
Hex538255B0224E9e54c
Octal5704513304211623612414
Binary1011110001001011011011010001010011101001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053825; }

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

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

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

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

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

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

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

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