#818732

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

Shades of Wasabi #818732

Tints of Wasabi #818732

Color information

#818732 (or 0x818732) is unknown color: approx Wasabi. HEX triplet: 81, 87 and 32. RGB value is (129,135,50). Sum of RGB (Red+Green+Blue) = 129+135+50=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #818732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818732 is #7E78CD. Grayscale: #7B7B7B. Windows color (decimal): -8288462 or 3311489. OLE color: 3311489.

HSL color Cylindrical-coordinate representation of color #818732: hue angle of 64.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #818732 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB12913550-
CMYK0.0400.630.47
HSL64.24º45.95%36.27%-
HSV(B)64.24º62.96%52.94%-
XYZ18.2922.236.34-
YUV123.5286.51131.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=41.08%
G=42.99%
B=15.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135500.0400.630.4764.2445.9536.27
Hex818732403F2F402e24
Octal201207624077571005644
Binary100000011000011111001010001111111011111000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818732; }

 p { color: rgb(129,135,50); }

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

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

 a { background-color: rgb(129,135,50); }

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

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

 span { border-color: rgb(129,135,50); }

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