#06130D

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

Shades of Dark Green #06130D

Tints of Dark Green #06130D

Color information

#06130D (or 0x06130D) is unknown color: approx Dark Green. HEX triplet: 06, 13 and 0D. RGB value is (6,19,13). Sum of RGB (Red+Green+Blue) = 6+19+13=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #06130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130D is #F9ECF2. Grayscale: #0E0E0E. Windows color (decimal): -16379123 or 856838. OLE color: 856838.

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

Color convert

RGB61913-
CMYK0.6800.320.93
HSL152.31º52%4.9%-
HSV(B)152.31º68.42%7.45%-
XYZ0.380.530.46-
YUV14.43127.19121.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.79%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=15.79%
G=50%
B=34.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal619130.6800.320.93152.31524.9
Hex613D440205D98345
Octal62315104040135230645
Binary11010011110110001000100000101110110011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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