#063322

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

Shades of Dark Green #063322

Tints of Dark Green #063322

Color information

#063322 (or 0x063322) is unknown color: approx Dark Green. HEX triplet: 06, 33 and 22. RGB value is (6,51,34). Sum of RGB (Red+Green+Blue) = 6+51+34=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #063322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063322 is #F9CCDD. Grayscale: #232323. Windows color (decimal): -16370910 or 2241286. OLE color: 2241286.

HSL color Cylindrical-coordinate representation of color #063322: hue angle of 157.33º 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 #063322 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB65134-
CMYK0.8800.330.8
HSL157.33º78.95%11.18%-
HSV(B)157.33º88.24%20%-
XYZ1.552.521.92-
YUV35.61127.09106.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 51 (20.31% from 255) = 56.04%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=6.59%
G=56.04%
B=37.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651340.8800.330.8157.3378.9511.18
Hex6332258021509d4fb
Octal6634213004112023511713
Binary1101100111000101011000010000110100001001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063322; }

 p { color: rgb(6,51,34); }

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

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

 a { background-color: rgb(6,51,34); }

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

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

 span { border-color: rgb(6,51,34); }

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