#879048

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

Shades of Wasabi #879048

Tints of Wasabi #879048

Color information

#879048 (or 0x879048) is unknown color: approx Wasabi. HEX triplet: 87, 90 and 48. RGB value is (135,144,72). Sum of RGB (Red+Green+Blue) = 135+144+72=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #879048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879048 is #786FB7. Grayscale: #858585. Windows color (decimal): -7892920 or 4755591. OLE color: 4755591.

HSL color Cylindrical-coordinate representation of color #879048: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #879048 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB13514472-
CMYK0.0600.500.44
HSL67.5º33.33%42.35%-
HSV(B)67.5º50%56.47%-
XYZ21.1325.579.95-
YUV133.193.52129.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=38.46%
G=41.03%
B=20.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135144720.0600.500.4467.533.3342.35
Hex87904860322C44212a
Octal2072201106062541044152
Binary1000011110010000100100011001100101011001000100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879048; }

 p { color: rgb(135,144,72); }

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

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

 a { background-color: rgb(135,144,72); }

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

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

 span { border-color: rgb(135,144,72); }

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