#063320

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

Shades of Dark Green #063320

Tints of Dark Green #063320

Color information

#063320 (or 0x063320) is unknown color: approx Dark Green. HEX triplet: 06, 33 and 20. RGB value is (6,51,32). Sum of RGB (Red+Green+Blue) = 6+51+32=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #063320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063320 is #F9CCDF. Grayscale: #232323. Windows color (decimal): -16370912 or 2110214. OLE color: 2110214.

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

Color convert

RGB65132-
CMYK0.8800.370.8
HSL154.67º78.95%11.18%-
HSV(B)154.67º88.24%20%-
XYZ1.522.511.77-
YUV35.38126.09107.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 51 (20.31% from 255) = 57.30%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=6.74%
G=57.30%
B=35.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651320.8800.370.8154.6778.9511.18
Hex6332058025509b4fb
Octal6634013004512023311713
Binary1101100111000001011000010010110100001001101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063320; }

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

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

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

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

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

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

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

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