#053324

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

Shades of Dark Green #053324

Tints of Dark Green #053324

Color information

#053324 (or 0x053324) is unknown color: approx Dark Green. HEX triplet: 05, 33 and 24. RGB value is (5,51,36). Sum of RGB (Red+Green+Blue) = 5+51+36=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #053324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053324 is #FACCDB. Grayscale: #232323. Windows color (decimal): -16436444 or 2372357. OLE color: 2372357.

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

Color convert

RGB55136-
CMYK0.9000.290.8
HSL160.43º82.14%10.98%-
HSV(B)160.43º90.2%20%-
XYZ1.562.532.07-
YUV35.54128.26106.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 51 (20.31% from 255) = 55.43%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=5.43%
G=55.43%
B=39.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551360.9000.290.8160.4382.1410.98
Hex533245A01D50a052b
Octal5634413203512024012213
Binary101110011100100101101001110110100001010000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053324; }

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

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

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

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

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

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

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

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