#819648

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

Shades of Wasabi #819648

Tints of Wasabi #819648

Color information

#819648 (or 0x819648) is unknown color: approx Wasabi. HEX triplet: 81, 96 and 48. RGB value is (129,150,72). Sum of RGB (Red+Green+Blue) = 129+150+72=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #819648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819648 is #7E69B7. Grayscale: #878787. Windows color (decimal): -8284600 or 4757121. OLE color: 4757121.

HSL color Cylindrical-coordinate representation of color #819648: hue angle of 76.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #819648 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB12915072-
CMYK0.1400.520.41
HSL76.15º35.14%43.53%-
HSV(B)76.15º52%58.82%-
XYZ21.1326.9510.22-
YUV134.8392.54123.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=36.75%
G=42.74%
B=20.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129150720.1400.520.4176.1535.1443.53
Hex819648E034294c232c
Octal20122611016064511144354
Binary10000001100101101001000111001101001010011001100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819648; }

 p { color: rgb(129,150,72); }

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

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

 a { background-color: rgb(129,150,72); }

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

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

 span { border-color: rgb(129,150,72); }

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