#73A036

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

Shades of Sushi #73A036

Tints of Sushi #73A036

Color information

#73A036 (or 0x73A036) is unknown color: approx Sushi. HEX triplet: 73, A0 and 36. RGB value is (115,160,54). Sum of RGB (Red+Green+Blue) = 115+160+54=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #73A036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A036 is #8C5FC9. Grayscale: #868686. Windows color (decimal): -9199562 or 3580019. OLE color: 3580019.

HSL color Cylindrical-coordinate representation of color #73A036: hue angle of 85.47º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73A036 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB11516054-
CMYK0.2800.660.37
HSL85.47º49.53%41.96%-
HSV(B)85.47º66.25%62.75%-
XYZ20.3129.058.03-
YUV134.4682.59114.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 160 (62.89% from 255) = 48.63%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=34.95%
G=48.63%
B=16.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal115160540.2800.660.3785.4749.5341.96
Hex73A0361C0422555322a
Octal16324066340102451256252
Binary11100111010000011011011100010000101001011010101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,160,54); }

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

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

 a { background-color: rgb(115,160,54); }

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

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

 span { border-color: rgb(115,160,54); }

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