#053429

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

Shades of Dark Green #053429

Tints of Dark Green #053429

Color information

#053429 (or 0x053429) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 29. RGB value is (5,52,41). Sum of RGB (Red+Green+Blue) = 5+52+41=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #053429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053429 is #FACBD6. Grayscale: #242424. Windows color (decimal): -16436183 or 2700293. OLE color: 2700293.

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

Color convert

RGB55241-
CMYK0.9000.210.80
HSL165.96º82.46%11.18%-
HSV(B)165.96º90.38%20.39%-
XYZ1.692.652.52-
YUV36.69130.43105.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 52 (20.70% from 255) = 53.06%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=5.10%
G=53.06%
B=41.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552410.9000.210.80165.9682.4611.18
Hex534295A01550a652b
Octal5645113202512024612213
Binary101110100101001101101001010110100001010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053429; }

 p { color: rgb(5,52,41); }

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

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

 a { background-color: rgb(5,52,41); }

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

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

 span { border-color: rgb(5,52,41); }

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