#063016

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

Shades of Dark Green #063016

Tints of Dark Green #063016

Color information

#063016 (or 0x063016) is unknown color: approx Dark Green. HEX triplet: 06, 30 and 16. RGB value is (6,48,22). Sum of RGB (Red+Green+Blue) = 6+48+22=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #063016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063016 is #F9CFE9. Grayscale: #202020. Windows color (decimal): -16371690 or 1454086. OLE color: 1454086.

HSL color Cylindrical-coordinate representation of color #063016: hue angle of 142.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063016 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB64822-
CMYK0.8700.540.81
HSL142.86º77.78%10.59%-
HSV(B)142.86º87.5%18.82%-
XYZ1.282.211.12-
YUV32.48122.09109.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 48 (19.14% from 255) = 63.16%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=7.89%
G=63.16%
B=28.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648220.8700.540.81142.8677.7810.59
Hex6301657036518f4eb
Octal6602612706612121711613
Binary110110000101101010111011011010100011000111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063016; }

 p { color: rgb(6,48,22); }

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

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

 a { background-color: rgb(6,48,22); }

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

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

 span { border-color: rgb(6,48,22); }

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