#073219

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

Shades of Dark Green #073219

Tints of Dark Green #073219

Color information

#073219 (or 0x073219) is unknown color: approx Dark Green. HEX triplet: 07, 32 and 19. RGB value is (7,50,25). Sum of RGB (Red+Green+Blue) = 7+50+25=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #073219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073219 is #F8CDE6. Grayscale: #222222. Windows color (decimal): -16305639 or 1651207. OLE color: 1651207.

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

Color convert

RGB75025-
CMYK0.8600.500.80
HSL145.12º75.44%11.18%-
HSV(B)145.12º86%19.61%-
XYZ1.42.41.31-
YUV34.29122.75108.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 50 (19.92% from 255) = 60.98%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=8.54%
G=60.98%
B=30.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750250.8600.500.80145.1275.4411.18
Hex732195603250914bb
Octal7623112606212022111313
Binary111110010110011010110011001010100001001000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073219; }

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

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

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

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

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

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

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

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