#053227

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

Shades of Dark Green #053227

Tints of Dark Green #053227

Color information

#053227 (or 0x053227) is unknown color: approx Dark Green. HEX triplet: 05, 32 and 27. RGB value is (5,50,39). Sum of RGB (Red+Green+Blue) = 5+50+39=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #053227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053227 is #FACDD8. Grayscale: #232323. Windows color (decimal): -16436697 or 2568709. OLE color: 2568709.

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

Color convert

RGB55039-
CMYK0.9000.220.80
HSL165.33º81.82%10.78%-
HSV(B)165.33º90%19.61%-
XYZ1.572.462.31-
YUV35.29130.09106.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=5.32%
G=53.19%
B=41.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550390.9000.220.80165.3381.8210.78
Hex532275A01650a552b
Octal5624713202612024512213
Binary101110010100111101101001011010100001010010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053227; }

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

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

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

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

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

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

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

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