#073328

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

Shades of Dark Green #073328

Tints of Dark Green #073328

Color information

#073328 (or 0x073328) is unknown color: approx Dark Green. HEX triplet: 07, 33 and 28. RGB value is (7,51,40). Sum of RGB (Red+Green+Blue) = 7+51+40=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #073328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073328 is #F8CCD7. Grayscale: #242424. Windows color (decimal): -16305368 or 2634503. OLE color: 2634503.

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

Color convert

RGB75140-
CMYK0.8600.220.8
HSL165º75.86%11.37%-
HSV(B)165º86.27%20%-
XYZ1.652.572.42-
YUV36.59129.92106.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 51 (20.31% from 255) = 52.04%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=7.14%
G=52.04%
B=40.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751400.8600.220.816575.8611.37
Hex733285601650a54cb
Octal7635012602612024511413
Binary111110011101000101011001011010100001010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073328; }

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

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

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

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

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

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

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

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