#07130B

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

Shades of Dark Green #07130B

Tints of Dark Green #07130B

Color information

#07130B (or 0x07130B) is unknown color: approx Dark Green. HEX triplet: 07, 13 and 0B. RGB value is (7,19,11). Sum of RGB (Red+Green+Blue) = 7+19+11=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #07130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130B is #F8ECF4. Grayscale: #0E0E0E. Windows color (decimal): -16313589 or 725767. OLE color: 725767.

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

Color convert

RGB71911-
CMYK0.6300.420.93
HSL140º46.15%5.1%-
HSV(B)140º63.16%7.45%-
XYZ0.380.540.4-
YUV14.5126.02122.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 19 (7.81% from 255) = 51.35%
BLUE value IS 11 (4.69% from 255) = 29.73%
R=18.92%
G=51.35%
B=29.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal719110.6300.420.9314046.155.1
Hex713B3F02A5D8c2e5
Octal7231377052135214565
Binary1111001110111111110101010101110110001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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