#073228

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

Shades of Dark Green #073228

Tints of Dark Green #073228

Color information

#073228 (or 0x073228) is unknown color: approx Dark Green. HEX triplet: 07, 32 and 28. RGB value is (7,50,40). Sum of RGB (Red+Green+Blue) = 7+50+40=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #073228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073228 is #F8CDD7. Grayscale: #242424. Windows color (decimal): -16305624 or 2634247. OLE color: 2634247.

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

Color convert

RGB75040-
CMYK0.8600.200.80
HSL166.05º75.44%11.18%-
HSV(B)166.05º86%19.61%-
XYZ1.612.482.4-
YUV36130.25107.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 50 (19.92% from 255) = 51.55%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=7.22%
G=51.55%
B=41.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750400.8600.200.80166.0575.4411.18
Hex732285601450a64bb
Octal7625012602412024611313
Binary111110010101000101011001010010100001010011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073228; }

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

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

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

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

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

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

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

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