Shades of Dark Green #071413
Tints of Dark Green #071413
RGB
CMYK
RGB Variations
Color information
#071413 (or 0x071413) is known color: Dark Green. HEX triplet: 07, 14 and 13. RGB value is (7,20,19). Sum of RGB (Red+Green+Blue) = 7+20+19=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #071413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071413 is #F8EBEC. Grayscale: #0F0F0F. Windows color (decimal): -16313325 or 1250311. OLE color: 1250311.
HSL color Cylindrical-coordinate representation of color #071413: hue angle of 175.38º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071413 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 19 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.92 |
| HSL | 175.38º | 0.48% | 0.05% | - |
| HSV(B) | 175.38º | 0.65% | 0.08% | - |
| XYZ | 0.46 | 0.59 | 0.71 | - |
| YUV | 16 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 19 | 0.65 | 0 | 0.05 | 0.92 | 175.38 | 0.48 | 0.05 |
| Hex | 7 | 14 | 13 | 41 | 0 | 5 | 5C | AF | 30 | 5 |
| Octal | 7 | 24 | 23 | 101 | 0 | 5 | 134 | 257 | 60 | 5 |
| Binary | 111 | 10100 | 10011 | 1000001 | 0 | 101 | 1011100 | 10101111 | 110000 | 101 |
Color Harmonies of #071413
Complementary color
Monochromatic Colors of #071413
Black with #071413
Text Example
Text Example
White with #071413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071413; }
p { color: rgb(7,20,19); }
H1.HeaderClassName
{
color: #071413;
}
.AnyTagClassName
{
color: #071413;
}
</style>
background-color css
<style>
a { background-color: #071413; }
a { background-color: rgb(7,20,19); }
div.DivClassName
{
background-color: #071413;
}
.BgClassName
{
background-color: #071413;
}
</style>
border-color css
<style>
span { border-color: #071413; }
span { border-color: rgb(7,20,19); }
td.TdClassName
{
border-color: #071413;
}
.TagClassName
{
border-color: #071413;
}
</style>