#05322D

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

Shades of Dark Green #05322D

Tints of Dark Green #05322D

Color information

#05322D (or 0x05322D) is unknown color: approx Dark Green. HEX triplet: 05, 32 and 2D. RGB value is (5,50,45). Sum of RGB (Red+Green+Blue) = 5+50+45=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #05322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05322D is #FACDD2. Grayscale: #232323. Windows color (decimal): -16436691 or 2961925. OLE color: 2961925.

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

Color convert

RGB55045-
CMYK0.9000.100.80
HSL173.33º81.82%10.78%-
HSV(B)173.33º90%19.61%-
XYZ1.682.52.88-
YUV35.98133.09105.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 45%
R=5%
G=50%
B=45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550450.9000.100.80173.3381.8210.78
Hex5322D5A0A50ad52b
Octal5625513201212025512213
Binary10111001010110110110100101010100001010110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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