#073523

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

Shades of Dark Green #073523

Tints of Dark Green #073523

Color information

#073523 (or 0x073523) is unknown color: approx Dark Green. HEX triplet: 07, 35 and 23. RGB value is (7,53,35). Sum of RGB (Red+Green+Blue) = 7+53+35=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #073523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073523 is #F8CADC. Grayscale: #252525. Windows color (decimal): -16304861 or 2307335. OLE color: 2307335.

HSL color Cylindrical-coordinate representation of color #073523: hue angle of 156.52º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073523 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB75335-
CMYK0.8700.340.79
HSL156.52º76.67%11.76%-
HSV(B)156.52º86.79%20.78%-
XYZ1.662.712.03-
YUV37.19126.76106.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 53 (21.09% from 255) = 55.79%
BLUE value IS 35 (14.06% from 255) = 36.84%
R=7.37%
G=55.79%
B=36.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal753350.8700.340.79156.5276.6711.76
Hex73523570224F9d4dc
Octal7654312704211723511514
Binary1111101011000111010111010001010011111001110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073523; }

 p { color: rgb(7,53,35); }

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

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

 a { background-color: rgb(7,53,35); }

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

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

 span { border-color: rgb(7,53,35); }

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