#061311

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

Shades of Dark Green #061311

Tints of Dark Green #061311

Color information

#061311 (or 0x061311) is unknown color: approx Dark Green. HEX triplet: 06, 13 and 11. RGB value is (6,19,17). Sum of RGB (Red+Green+Blue) = 6+19+17=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #061311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061311 is #F9ECEE. Grayscale: #0E0E0E. Windows color (decimal): -16379119 or 1118982. OLE color: 1118982.

HSL color Cylindrical-coordinate representation of color #061311: hue angle of 170.77º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #061311 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB61917-
CMYK0.6800.110.93
HSL170.77º52%4.9%-
HSV(B)170.77º68.42%7.45%-
XYZ0.410.540.61-
YUV14.88129.19121.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.29%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 17 (7.03% from 255) = 40.48%
R=14.29%
G=45.24%
B=40.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal619170.6800.110.93170.77524.9
Hex61311440B5Dab345
Octal62321104013135253645
Binary1101001110001100010001011101110110101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061311; }

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

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

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

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

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

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

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

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