#808748

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

Shades of Wasabi #808748

Tints of Wasabi #808748

Color information

#808748 (or 0x808748) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 48. RGB value is (128,135,72). Sum of RGB (Red+Green+Blue) = 128+135+72=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #808748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808748 is #7F78B7. Grayscale: #7D7D7D. Windows color (decimal): -8353976 or 4753280. OLE color: 4753280.

HSL color Cylindrical-coordinate representation of color #808748: hue angle of 66.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808748 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB12813572-
CMYK0.0500.470.47
HSL66.67º30.43%40.59%-
HSV(B)66.67º46.67%52.94%-
XYZ18.7422.399.46-
YUV125.7297.68129.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=38.21%
G=40.30%
B=21.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135720.0500.470.4766.6730.4340.59
Hex808748502F2F431e29
Octal2002071105057571033651
Binary100000001000011110010001010101111101111100001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808748; }

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

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

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

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

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

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

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

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