#05322F

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

Shades of Dark Green #05322F

Tints of Dark Green #05322F

Color information

#05322F (or 0x05322F) is unknown color: approx Dark Green. HEX triplet: 05, 32 and 2F. RGB value is (5,50,47). Sum of RGB (Red+Green+Blue) = 5+50+47=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #05322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05322F is #FACDD0. Grayscale: #242424. Windows color (decimal): -16436689 or 3092997. OLE color: 3092997.

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

Color convert

RGB55047-
CMYK0.9000.060.80
HSL176º81.82%10.78%-
HSV(B)176º90%19.61%-
XYZ1.722.523.09-
YUV36.2134.09105.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 47 (18.75% from 255) = 46.08%
R=4.90%
G=49.02%
B=46.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550470.9000.060.8017681.8210.78
Hex5322F5A0650b052b
Octal562571320612026012213
Binary1011100101011111011010011010100001011000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05322F; }

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

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

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

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

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

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

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

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