#73A035

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

Shades of Sushi #73A035

Tints of Sushi #73A035

Color information

#73A035 (or 0x73A035) is unknown color: approx Sushi. HEX triplet: 73, A0 and 35. RGB value is (115,160,53). Sum of RGB (Red+Green+Blue) = 115+160+53=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #73A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A035 is #8C5FCA. Grayscale: #868686. Windows color (decimal): -9199563 or 3514483. OLE color: 3514483.

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

Color convert

RGB11516053-
CMYK0.2800.670.37
HSL85.23º50.23%41.76%-
HSV(B)85.23º66.87%62.75%-
XYZ20.2829.047.91-
YUV134.3582.09114.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 160 (62.89% from 255) = 48.78%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=35.06%
G=48.78%
B=16.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal115160530.2800.670.3785.2350.2341.76
Hex73A0351C0432555322a
Octal16324065340103451256252
Binary11100111010000011010111100010000111001011010101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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