#06322D

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

Shades of Dark Green #06322D

Tints of Dark Green #06322D

Color information

#06322D (or 0x06322D) is unknown color: approx Dark Green. HEX triplet: 06, 32 and 2D. RGB value is (6,50,45). Sum of RGB (Red+Green+Blue) = 6+50+45=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #06322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06322D is #F9CDD2. Grayscale: #242424. Windows color (decimal): -16371155 or 2961926. OLE color: 2961926.

HSL color Cylindrical-coordinate representation of color #06322D: hue angle of 173.18º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06322D is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB65045-
CMYK0.8800.100.80
HSL173.18º78.57%10.98%-
HSV(B)173.18º88%19.61%-
XYZ1.692.512.88-
YUV36.27132.92106.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=5.94%
G=49.50%
B=44.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650450.8800.100.80173.1878.5710.98
Hex6322D580A50ad4fb
Octal6625513001212025511713
Binary11011001010110110110000101010100001010110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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