#799048

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

Shades of Wasabi #799048

Tints of Wasabi #799048

Color information

#799048 (or 0x799048) is unknown color: approx Wasabi. HEX triplet: 79, 90 and 48. RGB value is (121,144,72). Sum of RGB (Red+Green+Blue) = 121+144+72=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #799048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799048 is #866FB7. Grayscale: #818181. Windows color (decimal): -8810424 or 4755577. OLE color: 4755577.

HSL color Cylindrical-coordinate representation of color #799048: hue angle of 79.17º 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 #799048 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB12114472-
CMYK0.1600.500.44
HSL79.17º33.33%42.35%-
HSV(B)79.17º50%56.47%-
XYZ19.0324.489.85-
YUV128.9295.88122.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=35.91%
G=42.73%
B=21.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121144720.1600.500.4479.1733.3342.35
Hex799048100322C4f212a
Octal17122011020062541174152
Binary11110011001000010010001000001100101011001001111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799048; }

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

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

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

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

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

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

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

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