#061A13

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

Shades of Dark Green #061A13

Tints of Dark Green #061A13

Color information

#061A13 (or 0x061A13) is unknown color: approx Dark Green. HEX triplet: 06, 1A and 13. RGB value is (6,26,19). Sum of RGB (Red+Green+Blue) = 6+26+19=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #061A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A13 is #F9E5EC. Grayscale: #131313. Windows color (decimal): -16377325 or 1251846. OLE color: 1251846.

HSL color Cylindrical-coordinate representation of color #061A13: hue angle of 159º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A13 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB62619-
CMYK0.7700.270.90
HSL159º62.5%6.27%-
HSV(B)159º76.92%10.2%-
XYZ0.560.820.75-
YUV19.22127.87118.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 26 (10.55% from 255) = 50.98%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=11.76%
G=50.98%
B=37.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal626190.7700.270.9015962.56.27
Hex61A134D01B5A9f3e6
Octal63223115033132237766
Binary11011010100111001101011011101101010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A13; }

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

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

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

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

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

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

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

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