#072013

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

Shades of Dark Green #072013

Tints of Dark Green #072013

Color information

#072013 (or 0x072013) is unknown color: approx Dark Green. HEX triplet: 07, 20 and 13. RGB value is (7,32,19). Sum of RGB (Red+Green+Blue) = 7+32+19=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #072013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072013 is #F8DFEC. Grayscale: #171717. Windows color (decimal): -16310253 or 1253383. OLE color: 1253383.

HSL color Cylindrical-coordinate representation of color #072013: hue angle of 148.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #072013 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB73219-
CMYK0.7800.410.87
HSL148.8º64.1%7.65%-
HSV(B)148.8º78.12%12.55%-
XYZ0.721.130.8-
YUV23.04125.72116.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=12.07%
G=55.17%
B=32.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal732190.7800.410.87148.864.17.65
Hex720134E0295795408
Octal7402311605112722510010
Binary111100000100111001110010100110101111001010110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072013; }

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

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

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

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

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

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

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

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