#061411

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

Shades of Dark Green #061411

Tints of Dark Green #061411

Color information

#061411 (or 0x061411) is unknown color: approx Dark Green. HEX triplet: 06, 14 and 11. RGB value is (6,20,17). Sum of RGB (Red+Green+Blue) = 6+20+17=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #061411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061411 is #F9EBEE. Grayscale: #0F0F0F. Windows color (decimal): -16378863 or 1119238. OLE color: 1119238.

HSL color Cylindrical-coordinate representation of color #061411: hue angle of 167.14º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061411 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB62017-
CMYK0.7000.150.92
HSL167.14º53.85%5.1%-
HSV(B)167.14º70%7.84%-
XYZ0.430.580.62-
YUV15.47128.86121.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.95%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=13.95%
G=46.51%
B=39.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal620170.7000.150.92167.1453.855.1
Hex61411460F5Ca7365
Octal62421106017134247665
Binary1101010010001100011001111101110010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061411; }

 p { color: rgb(6,20,17); }

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

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

 a { background-color: rgb(6,20,17); }

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

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

 span { border-color: rgb(6,20,17); }

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