#818935

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

Shades of Wasabi #818935

Tints of Wasabi #818935

Color information

#818935 (or 0x818935) is unknown color: approx Wasabi. HEX triplet: 81, 89 and 35. RGB value is (129,137,53). Sum of RGB (Red+Green+Blue) = 129+137+53=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #818935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818935 is #7E76CA. Grayscale: #7D7D7D. Windows color (decimal): -8287947 or 3508609. OLE color: 3508609.

HSL color Cylindrical-coordinate representation of color #818935: hue angle of 65.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #818935 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB12913753-
CMYK0.0600.610.46
HSL65.71º44.21%37.25%-
HSV(B)65.71º61.31%53.73%-
XYZ18.6422.826.79-
YUV125.0387.35130.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=40.44%
G=42.95%
B=16.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129137530.0600.610.4665.7144.2137.25
Hex818935603D2E422c25
Octal201211656075561025445
Binary100000011000100111010111001111011011101000010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818935; }

 p { color: rgb(129,137,53); }

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

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

 a { background-color: rgb(129,137,53); }

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

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

 span { border-color: rgb(129,137,53); }

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