#062112

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

Shades of Dark Green #062112

Tints of Dark Green #062112

Color information

#062112 (or 0x062112) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 12. RGB value is (6,33,18). Sum of RGB (Red+Green+Blue) = 6+33+18=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #062112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062112 is #F9DEED. Grayscale: #171717. Windows color (decimal): -16375534 or 1188102. OLE color: 1188102.

HSL color Cylindrical-coordinate representation of color #062112: hue angle of 146.67º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #062112 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB63318-
CMYK0.8200.450.87
HSL146.67º69.23%7.65%-
HSV(B)146.67º81.82%12.94%-
XYZ0.731.170.76-
YUV23.22125.05115.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 33 (13.28% from 255) = 57.89%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=10.53%
G=57.89%
B=31.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633180.8200.450.87146.6769.237.65
Hex621125202D5793458
Octal6412212205512722310510
Binary110100001100101010010010110110101111001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062112; }

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

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

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

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

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

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

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

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