#73A540

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

Shades of Sushi #73A540

Tints of Sushi #73A540

Color information

#73A540 (or 0x73A540) is unknown color: approx Sushi. HEX triplet: 73, A5 and 40. RGB value is (115,165,64). Sum of RGB (Red+Green+Blue) = 115+165+64=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #73A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A540 is #8C5ABF. Grayscale: #8A8A8A. Windows color (decimal): -9198272 or 4236659. OLE color: 4236659.

HSL color Cylindrical-coordinate representation of color #73A540: hue angle of 89.7º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73A540 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB11516564-
CMYK0.3000.610.35
HSL89.7º44.1%44.9%-
HSV(B)89.7º61.21%64.71%-
XYZ21.4530.939.69-
YUV138.5485.94111.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 165 (64.84% from 255) = 47.97%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=33.43%
G=47.97%
B=18.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115165640.3000.610.3589.744.144.9
Hex73A5401E03D235a2c2d
Octal16324510036075431325455
Binary11100111010010110000001111001111011000111011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,165,64); }

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

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

 a { background-color: rgb(115,165,64); }

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

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

 span { border-color: rgb(115,165,64); }

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