#053025

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

Shades of Dark Green #053025

Tints of Dark Green #053025

Color information

#053025 (or 0x053025) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 25. RGB value is (5,48,37). Sum of RGB (Red+Green+Blue) = 5+48+37=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #053025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053025 is #FACFDA. Grayscale: #212121. Windows color (decimal): -16437211 or 2437125. OLE color: 2437125.

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

Color convert

RGB54837-
CMYK0.9000.230.81
HSL164.65º81.13%10.39%-
HSV(B)164.65º89.58%18.82%-
XYZ1.452.282.11-
YUV33.89129.75107.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 48 (19.14% from 255) = 53.33%
BLUE value IS 37 (14.84% from 255) = 41.11%
R=5.56%
G=53.33%
B=41.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548370.9000.230.81164.6581.1310.39
Hex530255A01751a551a
Octal5604513202712124512112
Binary101110000100101101101001011110100011010010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053025; }

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

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

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

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

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

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

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

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