#849137

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

Shades of Wasabi #849137

Tints of Wasabi #849137

Color information

#849137 (or 0x849137) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 37. RGB value is (132,145,55). Sum of RGB (Red+Green+Blue) = 132+145+55=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #849137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849137 is #7B6EC8. Grayscale: #838383. Windows color (decimal): -8089289 or 3641732. OLE color: 3641732.

HSL color Cylindrical-coordinate representation of color #849137: hue angle of 68.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #849137 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB13214555-
CMYK0.0900.620.43
HSL68.67º45%39.22%-
HSV(B)68.67º62.07%56.86%-
XYZ20.3325.437.45-
YUV130.8585.19128.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 55 (21.88% from 255) = 16.57%
R=39.76%
G=43.67%
B=16.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145550.0900.620.4368.674539.22
Hex849137903E2B452d27
Octal2042216711076531055547
Binary1000010010010001110111100101111101010111000101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849137; }

 p { color: rgb(132,145,55); }

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

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

 a { background-color: rgb(132,145,55); }

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

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

 span { border-color: rgb(132,145,55); }

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