#73813A

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

Shades of Wasabi #73813A

Tints of Wasabi #73813A

Color information

#73813A (or 0x73813A) is unknown color: approx Wasabi. HEX triplet: 73, 81 and 3A. RGB value is (115,129,58). Sum of RGB (Red+Green+Blue) = 115+129+58=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #73813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73813A is #8C7EC5. Grayscale: #747474. Windows color (decimal): -9207494 or 3834227. OLE color: 3834227.

HSL color Cylindrical-coordinate representation of color #73813A: hue angle of 71.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73813A is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB11512958-
CMYK0.1100.550.49
HSL71.83º37.97%36.67%-
HSV(B)71.83º55.04%50.59%-
XYZ15.6819.656.97-
YUV116.7294.86126.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=38.08%
G=42.72%
B=19.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115129580.1100.550.4971.8337.9736.67
Hex73813AB03731482625
Octal1632017213067611104645
Binary111001110000001111010101101101111100011001000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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