#063116

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

Shades of Dark Green #063116

Tints of Dark Green #063116

Color information

#063116 (or 0x063116) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 16. RGB value is (6,49,22). Sum of RGB (Red+Green+Blue) = 6+49+22=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #063116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063116 is #F9CEE9. Grayscale: #212121. Windows color (decimal): -16371434 or 1454342. OLE color: 1454342.

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

Color convert

RGB64922-
CMYK0.8800.550.81
HSL142.33º78.18%10.78%-
HSV(B)142.33º87.76%19.22%-
XYZ1.322.291.13-
YUV33.06121.75108.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 49 (19.53% from 255) = 63.64%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=7.79%
G=63.64%
B=28.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649220.8800.550.81142.3378.1810.78
Hex6311658037518e4eb
Octal6612613006712121611613
Binary110110001101101011000011011110100011000111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063116; }

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

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

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

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

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

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

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

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