#73A36E

Color #73A36E Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #73A36E

Tints of Amulet #73A36E

Color information

#73A36E (or 0x73A36E) is unknown color: approx Amulet. HEX triplet: 73, A3 and 6E. RGB value is (115,163,110). Sum of RGB (Red+Green+Blue) = 115+163+110=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #73A36E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A36E is #8C5C91. Grayscale: #8E8E8E. Windows color (decimal): -9198738 or 7250803. OLE color: 7250803.

HSL color Cylindrical-coordinate representation of color #73A36E: hue angle of 114.34º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73A36E is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB115163110-
CMYK0.2900.330.36
HSL114.34º22.36%53.53%-
HSV(B)114.34º32.52%63.92%-
XYZ22.9830.9719.52-
YUV142.61109.6108.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=29.64%
G=42.01%
B=28.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151631100.2900.330.36114.3422.3653.53
Hex73A36E1D02124721636
Octal16324315635041441622666
Binary1110011101000111101110111010100001100100111001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A36E; }

 p { color: rgb(115,163,110); }

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

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

 a { background-color: rgb(115,163,110); }

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

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

 span { border-color: rgb(115,163,110); }

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