#061513

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

Shades of Dark Green #061513

Tints of Dark Green #061513

Color information

#061513 (or 0x061513) is unknown color: approx Dark Green. HEX triplet: 06, 15 and 13. RGB value is (6,21,19). Sum of RGB (Red+Green+Blue) = 6+21+19=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #061513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061513 is #F9EAEC. Grayscale: #101010. Windows color (decimal): -16378605 or 1250566. OLE color: 1250566.

HSL color Cylindrical-coordinate representation of color #061513: hue angle of 172º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #061513 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB62119-
CMYK0.7100.100.92
HSL172º55.56%5.29%-
HSV(B)172º71.43%8.24%-
XYZ0.460.620.71-
YUV16.29129.53120.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.04%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=13.04%
G=45.65%
B=41.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal621190.7100.100.9217255.565.29
Hex61513470A5Cac385
Octal62523107012134254705
Binary1101010110011100011101010101110010101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061513; }

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

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

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

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

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

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

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

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