#062012

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

Shades of Dark Green #062012

Tints of Dark Green #062012

Color information

#062012 (or 0x062012) is unknown color: approx Dark Green. HEX triplet: 06, 20 and 12. RGB value is (6,32,18). Sum of RGB (Red+Green+Blue) = 6+32+18=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #062012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062012 is #F9DFED. Grayscale: #161616. Windows color (decimal): -16375790 or 1187846. OLE color: 1187846.

HSL color Cylindrical-coordinate representation of color #062012: hue angle of 147.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062012 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB63218-
CMYK0.8100.440.87
HSL147.69º68.42%7.45%-
HSV(B)147.69º81.25%12.55%-
XYZ0.71.120.75-
YUV22.63125.39116.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 32 (12.89% from 255) = 57.14%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=10.71%
G=57.14%
B=32.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal632180.8100.440.87147.6968.427.45
Hex620125102C5794447
Octal640221210541272241047
Binary11010000010010101000101011001010111100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062012; }

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

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

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

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

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

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

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

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