#073225

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

Shades of Dark Green #073225

Tints of Dark Green #073225

Color information

#073225 (or 0x073225) is unknown color: approx Dark Green. HEX triplet: 07, 32 and 25. RGB value is (7,50,37). Sum of RGB (Red+Green+Blue) = 7+50+37=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #073225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073225 is #F8CDDA. Grayscale: #232323. Windows color (decimal): -16305627 or 2437639. OLE color: 2437639.

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

Color convert

RGB75037-
CMYK0.8600.260.80
HSL161.86º75.44%11.18%-
HSV(B)161.86º86%19.61%-
XYZ1.562.462.14-
YUV35.66128.75107.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=7.45%
G=53.19%
B=39.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750370.8600.260.80161.8675.4411.18
Hex732255601A50a24bb
Octal7624512603212024211313
Binary111110010100101101011001101010100001010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073225; }

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

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

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

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

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

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

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

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