#073326

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

Shades of Dark Green #073326

Tints of Dark Green #073326

Color information

#073326 (or 0x073326) is unknown color: approx Dark Green. HEX triplet: 07, 33 and 26. RGB value is (7,51,38). Sum of RGB (Red+Green+Blue) = 7+51+38=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #073326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073326 is #F8CCD9. Grayscale: #242424. Windows color (decimal): -16305370 or 2503431. OLE color: 2503431.

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

Color convert

RGB75138-
CMYK0.8600.250.8
HSL162.27º75.86%11.37%-
HSV(B)162.27º86.27%20%-
XYZ1.622.552.24-
YUV36.36128.92107.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=7.29%
G=53.12%
B=39.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751380.8600.250.8162.2775.8611.37
Hex733265601950a24cb
Octal7634612603112024211413
Binary111110011100110101011001100110100001010001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073326; }

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

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

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

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

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

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

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

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