#071818

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

Shades of Dark Green #071818

Tints of Dark Green #071818

Color information

#071818 (or 0x071818) is unknown color: approx Dark Green. HEX triplet: 07, 18 and 18. RGB value is (7,24,24). Sum of RGB (Red+Green+Blue) = 7+24+24=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #071818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071818 is #F8E7E7. Grayscale: #121212. Windows color (decimal): -16312296 or 1579015. OLE color: 1579015.

HSL color Cylindrical-coordinate representation of color #071818: hue angle of 180º 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 #071818 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB72424-
CMYK0.71000.91
HSL180º54.84%6.08%-
HSV(B)180º70.83%9.41%-
XYZ0.580.760.98-
YUV18.92130.87119.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 24 (9.77% from 255) = 43.64%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=12.73%
G=43.64%
B=43.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal724240.71000.9118054.846.08
Hex7181847005Bb4376
Octal7303010700133264676
Binary1111100011000100011100101101110110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071818; }

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

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

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

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

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

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

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

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