#73953E

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

Shades of Sushi #73953E

Tints of Sushi #73953E

Color information

#73953E (or 0x73953E) is unknown color: approx Sushi. HEX triplet: 73, 95 and 3E. RGB value is (115,149,62). Sum of RGB (Red+Green+Blue) = 115+149+62=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #73953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73953E is #8C6AC1. Grayscale: #818181. Windows color (decimal): -9202370 or 4101491. OLE color: 4101491.

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

Color convert

RGB11514962-
CMYK0.2300.580.42
HSL83.45º41.23%41.37%-
HSV(B)83.45º58.39%58.43%-
XYZ18.6925.498.49-
YUV128.9290.24118.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 62 (24.61% from 255) = 19.02%
R=35.28%
G=45.71%
B=19.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115149620.2300.580.4283.4541.2341.37
Hex73953E1703A2A532929
Octal1632257627072521235151
Binary1110011100101011111101011101110101010101010011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73953E; }

 p { color: rgb(115,149,62); }

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

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

 a { background-color: rgb(115,149,62); }

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

<style>
 span { border-color: #73953E; }

 span { border-color: rgb(115,149,62); }

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