#73803E

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

Shades of Wasabi #73803E

Tints of Wasabi #73803E

Color information

#73803E (or 0x73803E) is unknown color: approx Wasabi. HEX triplet: 73, 80 and 3E. RGB value is (115,128,62). Sum of RGB (Red+Green+Blue) = 115+128+62=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #73803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73803E is #8C7FC1. Grayscale: #747474. Windows color (decimal): -9207746 or 4096115. OLE color: 4096115.

HSL color Cylindrical-coordinate representation of color #73803E: hue angle of 71.82º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73803E is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB11512862-
CMYK0.1000.520.50
HSL71.82º34.74%37.25%-
HSV(B)71.82º51.56%50.2%-
XYZ15.6619.437.48-
YUV116.5997.19126.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=37.70%
G=41.97%
B=20.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115128620.1000.520.5071.8234.7437.25
Hex73803EA03432482325
Octal1632007612064621104345
Binary111001110000000111110101001101001100101001000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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