#73933a

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

Shades of Sushi #73933A

Tints of Sushi #73933A

Color information

#73933A (or 0x73933A) is unknown color: approx Sushi. HEX triplet: 73, 93 and 3A. RGB value is (115,147,58). Sum of RGB (Red+Green+Blue) = 115+147+58=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #73933A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73933A is #8C6CC5. Grayscale: #7F7F7F. Windows color (decimal): -9202886 or 3838835. OLE color: 3838835.

HSL color Cylindrical-coordinate representation of color #73933A: hue angle of 81.57º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73933A is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB11514758-
CMYK0.2200.610.42
HSL81.57º43.41%40.2%-
HSV(B)81.57º60.54%57.65%-
XYZ18.2724.827.83-
YUV127.2988.9119.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=35.94%
G=45.94%
B=18.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115147580.2200.610.4281.5743.4140.2
Hex73933A1603D2A522b28
Octal1632237226075521225350
Binary1110011100100111110101011001111011010101010010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73933a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73933a; }

 p { color: rgb(115,147,58); }

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

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

 a { background-color: rgb(115,147,58); }

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

<style>
 span { border-color: #73933a; }

 span { border-color: rgb(115,147,58); }

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