#07130D

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

Shades of Dark Green #07130D

Tints of Dark Green #07130D

Color information

#07130D (or 0x07130D) is unknown color: approx Dark Green. HEX triplet: 07, 13 and 0D. RGB value is (7,19,13). Sum of RGB (Red+Green+Blue) = 7+19+13=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #07130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130D is #F8ECF2. Grayscale: #0E0E0E. Windows color (decimal): -16313587 or 856839. OLE color: 856839.

HSL color Cylindrical-coordinate representation of color #07130D: hue angle of 150º 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 #07130D is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB71913-
CMYK0.6300.320.93
HSL150º46.15%5.1%-
HSV(B)150º63.16%7.45%-
XYZ0.390.540.46-
YUV14.73127.02122.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 19 (7.81% from 255) = 48.72%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=17.95%
G=48.72%
B=33.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal719130.6300.320.9315046.155.1
Hex713D3F0205D962e5
Octal7231577040135226565
Binary1111001111011111110100000101110110010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07130D; }

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

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

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

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

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

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

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

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