#818540

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

Shades of Wasabi #818540

Tints of Wasabi #818540

Color information

#818540 (or 0x818540) is unknown color: approx Wasabi. HEX triplet: 81, 85 and 40. RGB value is (129,133,64). Sum of RGB (Red+Green+Blue) = 129+133+64=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #818540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818540 is #7E7ABF. Grayscale: #7C7C7C. Windows color (decimal): -8288960 or 4228481. OLE color: 4228481.

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

Color convert

RGB12913364-
CMYK0.0300.520.48
HSL63.48º35.03%38.63%-
HSV(B)63.48º51.88%52.16%-
XYZ18.3721.818.09-
YUV123.9494.17131.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=39.57%
G=40.80%
B=19.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133640.0300.520.4863.4835.0338.63
Hex8185403034303f2327
Octal201205100306460774347
Binary10000001100001011000000110110100110000111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818540; }

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

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

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

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

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

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

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

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