#053729

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

Shades of Dark Green #053729

Tints of Dark Green #053729

Color information

#053729 (or 0x053729) is unknown color: approx Dark Green. HEX triplet: 05, 37 and 29. RGB value is (5,55,41). Sum of RGB (Red+Green+Blue) = 5+55+41=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #053729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053729 is #FAC8D6. Grayscale: #262626. Windows color (decimal): -16435415 or 2701061. OLE color: 2701061.

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

Color convert

RGB55541-
CMYK0.9100.250.78
HSL163.2º83.33%11.76%-
HSV(B)163.2º90.91%21.57%-
XYZ1.832.922.57-
YUV38.45129.44104.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 41 (16.41% from 255) = 40.59%
R=4.95%
G=54.46%
B=40.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555410.9100.250.78163.283.3311.76
Hex537295B0194Ea353c
Octal5675113303111624312314
Binary101110111101001101101101100110011101010001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053729; }

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

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

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

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

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

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

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

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