#062612

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

Shades of Dark Green #062612

Tints of Dark Green #062612

Color information

#062612 (or 0x062612) is unknown color: approx Dark Green. HEX triplet: 06, 26 and 12. RGB value is (6,38,18). Sum of RGB (Red+Green+Blue) = 6+38+18=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #062612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062612 is #F9D9ED. Grayscale: #1A1A1A. Windows color (decimal): -16374254 or 1189382. OLE color: 1189382.

HSL color Cylindrical-coordinate representation of color #062612: hue angle of 142.5º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062612 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB63818-
CMYK0.8400.530.85
HSL142.5º72.73%8.63%-
HSV(B)142.5º84.21%14.9%-
XYZ0.881.470.81-
YUV26.15123.4113.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 38 (15.23% from 255) = 61.29%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=9.68%
G=61.29%
B=29.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal638180.8400.530.85142.572.738.63
Hex6261254035558e499
Octal6462212406512521611111
Binary110100110100101010100011010110101011000111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062612; }

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

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

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

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

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

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

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

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