#06130C

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

Shades of Dark Green #06130C

Tints of Dark Green #06130C

Color information

#06130C (or 0x06130C) is unknown color: approx Dark Green. HEX triplet: 06, 13 and 0C. RGB value is (6,19,12). Sum of RGB (Red+Green+Blue) = 6+19+12=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #06130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130C is #F9ECF3. Grayscale: #0E0E0E. Windows color (decimal): -16379124 or 791302. OLE color: 791302.

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

Color convert

RGB61912-
CMYK0.6800.370.93
HSL147.69º52%4.9%-
HSV(B)147.69º68.42%7.45%-
XYZ0.370.530.43-
YUV14.32126.69122.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 19 (7.81% from 255) = 51.35%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=16.22%
G=51.35%
B=32.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal619120.6800.370.93147.69524.9
Hex613C440255D94345
Octal62314104045135224645
Binary11010011110010001000100101101110110010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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