#053929

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

Shades of Dark Green #053929

Tints of Dark Green #053929

Color information

#053929 (or 0x053929) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 29. RGB value is (5,57,41). Sum of RGB (Red+Green+Blue) = 5+57+41=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #053929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053929 is #FAC6D6. Grayscale: #272727. Windows color (decimal): -16434903 or 2701573. OLE color: 2701573.

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

Color convert

RGB55741-
CMYK0.9100.280.78
HSL161.54º83.87%12.16%-
HSV(B)161.54º91.23%22.35%-
XYZ1.933.122.6-
YUV39.63128.77103.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 57 (22.66% from 255) = 55.34%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=4.85%
G=55.34%
B=39.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557410.9100.280.78161.5483.8712.16
Hex539295B01C4Ea254c
Octal5715113303411624212414
Binary101111001101001101101101110010011101010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053929; }

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

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

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

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

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

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

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

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