#073319

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

Shades of Dark Green #073319

Tints of Dark Green #073319

Color information

#073319 (or 0x073319) is unknown color: approx Dark Green. HEX triplet: 07, 33 and 19. RGB value is (7,51,25). Sum of RGB (Red+Green+Blue) = 7+51+25=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #073319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073319 is #F8CCE6. Grayscale: #222222. Windows color (decimal): -16305383 or 1651463. OLE color: 1651463.

HSL color Cylindrical-coordinate representation of color #073319: hue angle of 144.55º degrees, saturation: 0.76, 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 #073319 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB75125-
CMYK0.8600.510.8
HSL144.55º75.86%11.37%-
HSV(B)144.55º86.27%20%-
XYZ1.452.481.32-
YUV34.88122.42108.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 51 (20.31% from 255) = 61.45%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=8.43%
G=61.45%
B=30.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751250.8600.510.8144.5575.8611.37
Hex733195603350914cb
Octal7633112606312022111413
Binary111110011110011010110011001110100001001000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073319; }

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

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

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

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

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

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

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

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