#818848

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

Shades of Wasabi #818848

Tints of Wasabi #818848

Color information

#818848 (or 0x818848) is unknown color: approx Wasabi. HEX triplet: 81, 88 and 48. RGB value is (129,136,72). Sum of RGB (Red+Green+Blue) = 129+136+72=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #818848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818848 is #7E77B7. Grayscale: #7E7E7E. Windows color (decimal): -8288184 or 4753537. OLE color: 4753537.

HSL color Cylindrical-coordinate representation of color #818848: hue angle of 66.56º degrees, saturation: 0.31, 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 #818848 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB12913672-
CMYK0.0500.470.47
HSL66.56º30.77%40.78%-
HSV(B)66.56º47.06%53.33%-
XYZ19.0322.749.52-
YUV126.6197.18129.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=38.28%
G=40.36%
B=21.36%

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
Decimal129136720.0500.470.4766.5630.7740.78
Hex818848502F2F431f29
Octal2012101105057571033751
Binary100000011000100010010001010101111101111100001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818848; }

 p { color: rgb(129,136,72); }

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

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

 a { background-color: rgb(129,136,72); }

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

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

 span { border-color: rgb(129,136,72); }

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