#061A0D

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

Shades of Dark Green #061A0D

Tints of Dark Green #061A0D

Color information

#061A0D (or 0x061A0D) is unknown color: approx Dark Green. HEX triplet: 06, 1A and 0D. RGB value is (6,26,13). Sum of RGB (Red+Green+Blue) = 6+26+13=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #061A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A0D is #F9E5F2. Grayscale: #121212. Windows color (decimal): -16377331 or 858630. OLE color: 858630.

HSL color Cylindrical-coordinate representation of color #061A0D: hue angle of 141º 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 #061A0D is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB62613-
CMYK0.7700.50.90
HSL141º62.5%6.27%-
HSV(B)141º76.92%10.2%-
XYZ0.520.810.51-
YUV18.54124.87119.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 26 (10.55% from 255) = 57.78%
BLUE value IS 13 (5.47% from 255) = 28.89%
R=13.33%
G=57.78%
B=28.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal626130.7700.50.9014162.56.27
Hex61AD4D0325A8d3e6
Octal63215115062132215766
Binary11011010110110011010110010101101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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