#818541

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

Shades of Wasabi #818541

Tints of Wasabi #818541

Color information

#818541 (or 0x818541) is unknown color: approx Wasabi. HEX triplet: 81, 85 and 41. RGB value is (129,133,65). Sum of RGB (Red+Green+Blue) = 129+133+65=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #818541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818541 is #7E7ABE. Grayscale: #7C7C7C. Windows color (decimal): -8288959 or 4294017. OLE color: 4294017.

HSL color Cylindrical-coordinate representation of color #818541: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #818541 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB12913365-
CMYK0.0300.510.48
HSL63.53º34.34%38.82%-
HSV(B)63.53º51.13%52.16%-
XYZ18.3921.828.24-
YUV124.0594.67131.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=39.45%
G=40.67%
B=19.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133650.0300.510.4863.5334.3438.82
Hex818541303330402227
Octal2012051013063601004247
Binary100000011000010110000011101100111100001000000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818541; }

 p { color: rgb(129,133,65); }

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

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

 a { background-color: rgb(129,133,65); }

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

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

 span { border-color: rgb(129,133,65); }

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