#071413

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

Shades of Dark Green #071413

Tints of Dark Green #071413

Color information

#071413 (or 0x071413) is unknown color: approx 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

RGB72019-
CMYK0.6500.050.92
HSL175.38º48.15%5.29%-
HSV(B)175.38º65%7.84%-
XYZ0.460.590.71-
YUV16129.69121.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 20 (8.20% from 255) = 43.48%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=15.22%
G=43.48%
B=41.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal720190.6500.050.92175.3848.155.29
Hex7141341055Caf305
Octal7242310105134257605
Binary111101001001110000010101101110010101111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>