#063329

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

Shades of Dark Green #063329

Tints of Dark Green #063329

Color information

#063329 (or 0x063329) is unknown color: approx Dark Green. HEX triplet: 06, 33 and 29. RGB value is (6,51,41). Sum of RGB (Red+Green+Blue) = 6+51+41=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #063329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063329 is #F9CCD6. Grayscale: #242424. Windows color (decimal): -16370903 or 2700038. OLE color: 2700038.

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

Color convert

RGB65141-
CMYK0.8800.200.8
HSL166.67º78.95%11.18%-
HSV(B)166.67º88.24%20%-
XYZ1.662.572.51-
YUV36.4130.59106.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 51 (20.31% from 255) = 52.04%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=6.12%
G=52.04%
B=41.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651410.8800.200.8166.6778.9511.18
Hex633295801450a74fb
Octal6635113002412024711713
Binary110110011101001101100001010010100001010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063329; }

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

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

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

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

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

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

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

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