Html Css Color HEX #73803A Wasabi

📋 copy color: '#73803A'

red 115 ◦ green 128 ◦ blue 58

#73803A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #73803A

Tints of Wasabi #73803A

RGB

 RED value IS 115 (45.31% from 255) = 38.21%

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 38.21%
G = 42.52%
B = 19.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#73803A (or 0x73803A) is known color: Wasabi. HEX triplet: 73, 80 and 3A. RGB value is (115,128,58). Sum of RGB (Red+Green+Blue) = 115+128+58=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #73803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73803A is #8C7FC5. Grayscale: #747474. Windows color (decimal): -9207750 or 3833971. OLE color: 3833971.

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

Color convert

RGB 115 128 58 -
CMYK 0.10 0 0.55 0.50
HSL 71.14º 0.38% 0.36% -
HSV(B) 71.14º 0.55% 0.5% -
XYZ 15.55 19.39 6.93 -
YUV 116.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 115 128 58 0.10 0 0.55 0.50 71.14 0.38 0.36
Hex 73 80 3A A 0 37 32 47 26 24
Octal 163 200 72 12 0 67 62 107 46 44
Binary 1110011 10000000 111010 1010 0 110111 110010 1000111 100110 100100

Color Harmonies of #73803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73803A

Black with #73803A

Text Example


Text Example

White with #73803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73803A;
 }
 .AnyTagClassName
 {
   color: #73803A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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