#072318

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

Shades of Dark Green #072318

Tints of Dark Green #072318

Color information

#072318 (or 0x072318) is unknown color: approx Dark Green. HEX triplet: 07, 23 and 18. RGB value is (7,35,24). Sum of RGB (Red+Green+Blue) = 7+35+24=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #072318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072318 is #F8DCE7. Grayscale: #191919. Windows color (decimal): -16309480 or 1581831. OLE color: 1581831.

HSL color Cylindrical-coordinate representation of color #072318: hue angle of 156.43º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #072318 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB73524-
CMYK0.8000.310.86
HSL156.43º66.67%8.24%-
HSV(B)156.43º80%13.73%-
XYZ0.851.311.07-
YUV25.37127.22114.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 35 (14.06% from 255) = 53.03%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=10.61%
G=53.03%
B=36.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal735240.8000.310.86156.4366.678.24
Hex723185001F569c438
Octal7433012003712623410310
Binary11110001111000101000001111110101101001110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072318; }

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

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

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

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

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

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

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

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