#73803D

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

Shades of Wasabi #73803D

Tints of Wasabi #73803D

Color information

#73803D (or 0x73803D) is unknown color: approx Wasabi. HEX triplet: 73, 80 and 3D. RGB value is (115,128,61). Sum of RGB (Red+Green+Blue) = 115+128+61=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #73803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73803D is #8C7FC2. Grayscale: #747474. Windows color (decimal): -9207747 or 4030579. OLE color: 4030579.

HSL color Cylindrical-coordinate representation of color #73803D: hue angle of 71.64º 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 #73803D is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB11512861-
CMYK0.1000.520.50
HSL71.64º35.45%37.06%-
HSV(B)71.64º52.34%50.2%-
XYZ15.6319.427.34-
YUV116.4896.69126.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=37.83%
G=42.11%
B=20.07%

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
Decimal115128610.1000.520.5071.6435.4537.06
Hex73803DA03432482325
Octal1632007512064621104345
Binary111001110000000111101101001101001100101001000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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