#071313

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

Shades of Dark Green #071313

Tints of Dark Green #071313

Color information

#071313 (or 0x071313) is unknown color: approx Dark Green. HEX triplet: 07, 13 and 13. RGB value is (7,19,19). Sum of RGB (Red+Green+Blue) = 7+19+19=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #071313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071313 is #F8ECEC. Grayscale: #0F0F0F. Windows color (decimal): -16313581 or 1250055. OLE color: 1250055.

HSL color Cylindrical-coordinate representation of color #071313: hue angle of 180º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071313 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB71919-
CMYK0.63000.93
HSL180º46.15%5.1%-
HSV(B)180º63.16%7.45%-
XYZ0.440.560.7-
YUV15.41130.02122-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=15.56%
G=42.22%
B=42.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal719190.63000.9318046.155.1
Hex713133F005Db42e5
Octal723237700135264565
Binary111100111001111111100101110110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071313; }

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

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

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

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

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

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

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

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