#73823C

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

Shades of Wasabi #73823C

Tints of Wasabi #73823C

Color information

#73823C (or 0x73823C) is unknown color: approx Wasabi. HEX triplet: 73, 82 and 3C. RGB value is (115,130,60). Sum of RGB (Red+Green+Blue) = 115+130+60=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #73823C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73823C is #8C7DC3. Grayscale: #757575. Windows color (decimal): -9207236 or 3965555. OLE color: 3965555.

HSL color Cylindrical-coordinate representation of color #73823C: hue angle of 72.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73823C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB11513060-
CMYK0.1200.540.49
HSL72.86º36.84%37.25%-
HSV(B)72.86º53.85%50.98%-
XYZ15.8719.947.29-
YUV117.5495.53126.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=37.70%
G=42.62%
B=19.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130600.1200.540.4972.8636.8437.25
Hex73823CC03631492525
Octal1632027414066611114545
Binary111001110000010111100110001101101100011001001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73823C; }

 p { color: rgb(115,130,60); }

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

<style>
 a { background-color: #73823C; }

 a { background-color: rgb(115,130,60); }

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

<style>
 span { border-color: #73823C; }

 span { border-color: rgb(115,130,60); }

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