#053325

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

Shades of Dark Green #053325

Tints of Dark Green #053325

Color information

#053325 (or 0x053325) is unknown color: approx Dark Green. HEX triplet: 05, 33 and 25. RGB value is (5,51,37). Sum of RGB (Red+Green+Blue) = 5+51+37=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #053325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053325 is #FACCDA. Grayscale: #232323. Windows color (decimal): -16436443 or 2437893. OLE color: 2437893.

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

Color convert

RGB55137-
CMYK0.9000.270.8
HSL161.74º82.14%10.98%-
HSV(B)161.74º90.2%20%-
XYZ1.582.532.16-
YUV35.65128.76106.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 51 (20.31% from 255) = 54.84%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=5.38%
G=54.84%
B=39.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551370.9000.270.8161.7482.1410.98
Hex533255A01B50a252b
Octal5634513203312024212213
Binary101110011100101101101001101110100001010001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053325; }

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

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

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

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

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

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

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

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