#063319

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

Shades of Dark Green #063319

Tints of Dark Green #063319

Color information

#063319 (or 0x063319) is unknown color: approx Dark Green. HEX triplet: 06, 33 and 19. RGB value is (6,51,25). Sum of RGB (Red+Green+Blue) = 6+51+25=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #063319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063319 is #F9CCE6. Grayscale: #222222. Windows color (decimal): -16370919 or 1651462. OLE color: 1651462.

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

Color convert

RGB65125-
CMYK0.8800.510.8
HSL145.33º78.95%11.18%-
HSV(B)145.33º88.24%20%-
XYZ1.432.481.32-
YUV34.58122.59107.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 51 (20.31% from 255) = 62.20%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=7.32%
G=62.20%
B=30.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651250.8800.510.8145.3378.9511.18
Hex633195803350914fb
Octal6633113006312022111713
Binary110110011110011011000011001110100001001000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063319; }

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

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

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

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

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

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

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

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