#06130B

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

Shades of Dark Green #06130B

Tints of Dark Green #06130B

Color information

#06130B (or 0x06130B) is unknown color: approx Dark Green. HEX triplet: 06, 13 and 0B. RGB value is (6,19,11). Sum of RGB (Red+Green+Blue) = 6+19+11=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #06130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130B is #F9ECF4. Grayscale: #0E0E0E. Windows color (decimal): -16379125 or 725766. OLE color: 725766.

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

Color convert

RGB61911-
CMYK0.6800.420.93
HSL143.08º52%4.9%-
HSV(B)143.08º68.42%7.45%-
XYZ0.370.530.4-
YUV14.2126.19122.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.67%
GREEN value IS 19 (7.81% from 255) = 52.78%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=16.67%
G=52.78%
B=30.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal619110.6800.420.93143.08524.9
Hex613B4402A5D8f345
Octal62313104052135217645
Binary11010011101110001000101010101110110001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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