#73933C

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

Shades of Sushi #73933C

Tints of Sushi #73933C

Color information

#73933C (or 0x73933C) is unknown color: approx Sushi. HEX triplet: 73, 93 and 3C. RGB value is (115,147,60). Sum of RGB (Red+Green+Blue) = 115+147+60=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #73933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73933C is #8C6CC3. Grayscale: #7F7F7F. Windows color (decimal): -9202884 or 3969907. OLE color: 3969907.

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

Color convert

RGB11514760-
CMYK0.2200.590.42
HSL82.07º42.03%40.59%-
HSV(B)82.07º59.18%57.65%-
XYZ18.3224.848.1-
YUV127.5189.9119.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 60 (23.83% from 255) = 18.63%
R=35.71%
G=45.65%
B=18.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115147600.2200.590.4282.0742.0340.59
Hex73933C1603B2A522a29
Octal1632237426073521225251
Binary1110011100100111111001011001110111010101010010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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