#73A134

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

Shades of Sushi #73A134

Tints of Sushi #73A134

Color information

#73A134 (or 0x73A134) is unknown color: approx Sushi. HEX triplet: 73, A1 and 34. RGB value is (115,161,52). Sum of RGB (Red+Green+Blue) = 115+161+52=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #73A134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A134 is #8C5ECB. Grayscale: #878787. Windows color (decimal): -9199308 or 3449203. OLE color: 3449203.

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

Color convert

RGB11516152-
CMYK0.2900.680.37
HSL85.32º51.17%41.76%-
HSV(B)85.32º67.7%63.14%-
XYZ20.4329.387.84-
YUV134.8281.26113.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 161 (63.28% from 255) = 49.09%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=35.06%
G=49.09%
B=15.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal115161520.2900.680.3785.3251.1741.76
Hex73A1341D0442555332a
Octal16324164350104451256352
Binary11100111010000111010011101010001001001011010101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,161,52); }

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

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

 a { background-color: rgb(115,161,52); }

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

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

 span { border-color: rgb(115,161,52); }

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