#06130E

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

Shades of Dark Green #06130E

Tints of Dark Green #06130E

Color information

#06130E (or 0x06130E) is unknown color: approx Dark Green. HEX triplet: 06, 13 and 0E. RGB value is (6,19,14). Sum of RGB (Red+Green+Blue) = 6+19+14=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #06130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130E is #F9ECF1. Grayscale: #0E0E0E. Windows color (decimal): -16379122 or 922374. OLE color: 922374.

HSL color Cylindrical-coordinate representation of color #06130E: hue angle of 156.92º 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 #06130E is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB61914-
CMYK0.6800.260.93
HSL156.92º52%4.9%-
HSV(B)156.92º68.42%7.45%-
XYZ0.390.540.5-
YUV14.54127.69121.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.38%
GREEN value IS 19 (7.81% from 255) = 48.72%
BLUE value IS 14 (5.86% from 255) = 35.90%
R=15.38%
G=48.72%
B=35.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal619140.6800.260.93156.92524.9
Hex613E4401A5D9d345
Octal62316104032135235645
Binary1101001111101000100011010101110110011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06130E; }

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

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

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

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

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

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

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

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