#053229

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

Shades of Dark Green #053229

Tints of Dark Green #053229

Color information

#053229 (or 0x053229) is unknown color: approx Dark Green. HEX triplet: 05, 32 and 29. RGB value is (5,50,41). Sum of RGB (Red+Green+Blue) = 5+50+41=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #053229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053229 is #FACDD6. Grayscale: #232323. Windows color (decimal): -16436695 or 2699781. OLE color: 2699781.

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

Color convert

RGB55041-
CMYK0.9000.180.80
HSL168º81.82%10.78%-
HSV(B)168º90%19.61%-
XYZ1.62.472.49-
YUV35.52131.09106.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=5.21%
G=52.08%
B=42.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550410.9000.180.8016881.8210.78
Hex532295A01250a852b
Octal5625113202212025012213
Binary101110010101001101101001001010100001010100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053229; }

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

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

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

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

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

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

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

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