#73A535

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

Shades of Sushi #73A535

Tints of Sushi #73A535

Color information

#73A535 (or 0x73A535) is unknown color: approx Sushi. HEX triplet: 73, A5 and 35. RGB value is (115,165,53). Sum of RGB (Red+Green+Blue) = 115+165+53=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #73A535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A535 is #8C5ACA. Grayscale: #898989. Windows color (decimal): -9198283 or 3515763. OLE color: 3515763.

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

Color convert

RGB11516553-
CMYK0.3000.680.35
HSL86.79º51.38%42.75%-
HSV(B)86.79º67.88%64.71%-
XYZ21.1730.818.2-
YUV137.2880.44112.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=34.53%
G=49.55%
B=15.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115165530.3000.680.3586.7951.3842.75
Hex73A5351E0442357332b
Octal16324565360104431276353
Binary11100111010010111010111110010001001000111010111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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