#809348

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

Shades of Wasabi #809348

Tints of Wasabi #809348

Color information

#809348 (or 0x809348) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 48. RGB value is (128,147,72). Sum of RGB (Red+Green+Blue) = 128+147+72=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #809348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809348 is #7F6CB7. Grayscale: #858585. Windows color (decimal): -8350904 or 4756352. OLE color: 4756352.

HSL color Cylindrical-coordinate representation of color #809348: hue angle of 75.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #809348 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB12814772-
CMYK0.1300.510.42
HSL75.2º34.25%42.94%-
HSV(B)75.2º51.02%57.65%-
XYZ20.5125.9210.05-
YUV132.7793.71124.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=36.89%
G=42.36%
B=20.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147720.1300.510.4275.234.2542.94
Hex809348D0332A4b222b
Octal20022311015063521134253
Binary10000000100100111001000110101100111010101001011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809348; }

 p { color: rgb(128,147,72); }

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

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

 a { background-color: rgb(128,147,72); }

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

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

 span { border-color: rgb(128,147,72); }

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