#073327

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

Shades of Dark Green #073327

Tints of Dark Green #073327

Color information

#073327 (or 0x073327) is unknown color: approx Dark Green. HEX triplet: 07, 33 and 27. RGB value is (7,51,39). Sum of RGB (Red+Green+Blue) = 7+51+39=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #073327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073327 is #F8CCD8. Grayscale: #242424. Windows color (decimal): -16305369 or 2568967. OLE color: 2568967.

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

Color convert

RGB75139-
CMYK0.8600.240.8
HSL163.64º75.86%11.37%-
HSV(B)163.64º86.27%20%-
XYZ1.642.562.33-
YUV36.48129.42106.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 51 (20.31% from 255) = 52.58%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=7.22%
G=52.58%
B=40.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751390.8600.240.8163.6475.8611.37
Hex733275601850a44cb
Octal7634712603012024411413
Binary111110011100111101011001100010100001010010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073327; }

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

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

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

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

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

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

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

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