#061713

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

Shades of Dark Green #061713

Tints of Dark Green #061713

Color information

#061713 (or 0x061713) is unknown color: approx Dark Green. HEX triplet: 06, 17 and 13. RGB value is (6,23,19). Sum of RGB (Red+Green+Blue) = 6+23+19=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #061713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061713 is #F9E8EC. Grayscale: #111111. Windows color (decimal): -16378093 or 1251078. OLE color: 1251078.

HSL color Cylindrical-coordinate representation of color #061713: hue angle of 165.88º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #061713 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB62319-
CMYK0.7400.170.91
HSL165.88º58.62%5.69%-
HSV(B)165.88º73.91%9.02%-
XYZ0.50.70.72-
YUV17.46128.87119.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 23 (9.38% from 255) = 47.92%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=12.5%
G=47.92%
B=39.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal623190.7400.170.91165.8858.625.69
Hex617134A0115Ba63b6
Octal62723112021133246736
Binary11010111100111001010010001101101110100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061713; }

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

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

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

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

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

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

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

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