#073117

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

Shades of Dark Green #073117

Tints of Dark Green #073117

Color information

#073117 (or 0x073117) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 17. RGB value is (7,49,23). Sum of RGB (Red+Green+Blue) = 7+49+23=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #073117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073117 is #F8CEE8. Grayscale: #212121. Windows color (decimal): -16305897 or 1519879. OLE color: 1519879.

HSL color Cylindrical-coordinate representation of color #073117: hue angle of 142.86º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073117 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB74923-
CMYK0.8600.530.81
HSL142.86º75%10.98%-
HSV(B)142.86º85.71%19.22%-
XYZ1.342.31.18-
YUV33.48122.09109.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 49 (19.53% from 255) = 62.03%
BLUE value IS 23 (9.38% from 255) = 29.11%
R=8.86%
G=62.03%
B=29.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749230.8600.530.81142.867510.98
Hex7311756035518f4bb
Octal7612712606512121711313
Binary111110001101111010110011010110100011000111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073117; }

 p { color: rgb(7,49,23); }

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

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

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

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

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

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

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