#809438

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

Shades of Wasabi #809438

Tints of Wasabi #809438

Color information

#809438 (or 0x809438) is unknown color: approx Wasabi. HEX triplet: 80, 94 and 38. RGB value is (128,148,56). Sum of RGB (Red+Green+Blue) = 128+148+56=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #809438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809438 is #7F6BC7. Grayscale: #838383. Windows color (decimal): -8350664 or 3708032. OLE color: 3708032.

HSL color Cylindrical-coordinate representation of color #809438: hue angle of 73.04º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #809438 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB12814856-
CMYK0.1400.620.42
HSL73.04º45.1%40%-
HSV(B)73.04º62.16%58.04%-
XYZ20.2126.057.71-
YUV131.5385.37125.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=38.55%
G=44.58%
B=16.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128148560.1400.620.4273.0445.140
Hex809438E03E2A492d28
Octal2002247016076521115550
Binary1000000010010100111000111001111101010101001001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809438; }

 p { color: rgb(128,148,56); }

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

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

 a { background-color: rgb(128,148,56); }

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

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

 span { border-color: rgb(128,148,56); }

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