#071813

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

Shades of Dark Green #071813

Tints of Dark Green #071813

Color information

#071813 (or 0x071813) is unknown color: approx Dark Green. HEX triplet: 07, 18 and 13. RGB value is (7,24,19). Sum of RGB (Red+Green+Blue) = 7+24+19=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #071813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071813 is #F8E7EC. Grayscale: #121212. Windows color (decimal): -16312301 or 1251335. OLE color: 1251335.

HSL color Cylindrical-coordinate representation of color #071813: hue angle of 162.35º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071813 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB72419-
CMYK0.7100.210.91
HSL162.35º54.84%6.08%-
HSV(B)162.35º70.83%9.41%-
XYZ0.530.750.73-
YUV18.35128.37119.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 24 (9.77% from 255) = 48%
BLUE value IS 19 (7.81% from 255) = 38%
R=14%
G=48%
B=38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal724190.7100.210.91162.3554.846.08
Hex71813470155Ba2376
Octal73023107025133242676
Binary11111000100111000111010101101101110100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071813; }

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

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

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

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

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

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

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

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