#062620

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

Shades of Dark Green #062620

Tints of Dark Green #062620

Color information

#062620 (or 0x062620) is unknown color: approx Dark Green. HEX triplet: 06, 26 and 20. RGB value is (6,38,32). Sum of RGB (Red+Green+Blue) = 6+38+32=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #062620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062620 is #F9D9DF. Grayscale: #1B1B1B. Windows color (decimal): -16374240 or 2106886. OLE color: 2106886.

HSL color Cylindrical-coordinate representation of color #062620: hue angle of 168.75º 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 #062620 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB63832-
CMYK0.8400.160.85
HSL168.75º72.73%8.63%-
HSV(B)168.75º84.21%14.9%-
XYZ1.031.531.61-
YUV27.75130.4112.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=7.89%
G=50%
B=42.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal638320.8400.160.85168.7572.738.63
Hex626205401055a9499
Octal6464012402012525111111
Binary110100110100000101010001000010101011010100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062620; }

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

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

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

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

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

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

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

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