#073119

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

Shades of Dark Green #073119

Tints of Dark Green #073119

Color information

#073119 (or 0x073119) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 19. RGB value is (7,49,25). Sum of RGB (Red+Green+Blue) = 7+49+25=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #073119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073119 is #F8CEE6. Grayscale: #212121. Windows color (decimal): -16305895 or 1650951. OLE color: 1650951.

HSL color Cylindrical-coordinate representation of color #073119: hue angle of 145.71º 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 #073119 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB74925-
CMYK0.8600.490.81
HSL145.71º75%10.98%-
HSV(B)145.71º85.71%19.22%-
XYZ1.362.311.29-
YUV33.71123.09108.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 49 (19.53% from 255) = 60.49%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=8.64%
G=60.49%
B=30.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749250.8600.490.81145.717510.98
Hex731195603151924bb
Octal7613112606112122211313
Binary111110001110011010110011000110100011001001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073119; }

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

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

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

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

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

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

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

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