#071913

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

Shades of Dark Green #071913

Tints of Dark Green #071913

Color information

#071913 (or 0x071913) is unknown color: approx Dark Green. HEX triplet: 07, 19 and 13. RGB value is (7,25,19). Sum of RGB (Red+Green+Blue) = 7+25+19=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #071913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071913 is #F8E6EC. Grayscale: #121212. Windows color (decimal): -16312045 or 1251591. OLE color: 1251591.

HSL color Cylindrical-coordinate representation of color #071913: hue angle of 160º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071913 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB72519-
CMYK0.7200.240.90
HSL160º56.25%6.27%-
HSV(B)160º72%9.8%-
XYZ0.550.790.74-
YUV18.93128.04119.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=13.73%
G=49.02%
B=37.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal725190.7200.240.9016056.256.27
Hex71913480185Aa0386
Octal73123110030132240706
Binary11111001100111001000011000101101010100000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071913; }

 p { color: rgb(7,25,19); }

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

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

 a { background-color: rgb(7,25,19); }

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

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

 span { border-color: rgb(7,25,19); }

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