#808738

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

Shades of Wasabi #808738

Tints of Wasabi #808738

Color information

#808738 (or 0x808738) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 38. RGB value is (128,135,56). Sum of RGB (Red+Green+Blue) = 128+135+56=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #808738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808738 is #7F78C7. Grayscale: #7C7C7C. Windows color (decimal): -8353992 or 3704704. OLE color: 3704704.

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

Color convert

RGB12813556-
CMYK0.0500.590.47
HSL65.32º41.36%37.45%-
HSV(B)65.32º58.52%52.94%-
XYZ18.2822.27.06-
YUV123.989.68130.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=40.13%
G=42.32%
B=17.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135560.0500.590.4765.3241.3637.45
Hex808738503B2F412925
Octal200207705073571015145
Binary100000001000011111100010101110111011111000001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808738; }

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

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

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

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

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

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

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

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