Html Css Color HEX #849048 Wasabi

📋 copy color: '#849048'

red 132 ◦ green 144 ◦ blue 72

#849048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #849048

Tints of Wasabi #849048

RGB

 RED value IS 132 (51.95% from 255) = 37.93%

 GREEN value IS 144 (56.64% from 255) = 41.38%

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 37.93%
G = 41.38%
B = 20.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#849048 (or 0x849048) is known color: Wasabi. HEX triplet: 84, 90 and 48. RGB value is (132,144,72). Sum of RGB (Red+Green+Blue) = 132+144+72=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #849048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849048 is #7B6FB7. Grayscale: #848484. Windows color (decimal): -8089528 or 4755588. OLE color: 4755588.

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

Color convert

RGB 132 144 72 -
CMYK 0.08 0 0.50 0.44
HSL 70º 0.33% 0.42% -
HSV(B) 70º 0.5% 0.56% -
XYZ 20.66 25.32 9.93 -
YUV 132.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 132 144 72 0.08 0 0.50 0.44 70 0.33 0.42
Hex 84 90 48 8 0 32 2C 46 21 2A
Octal 204 220 110 10 0 62 54 106 41 52
Binary 10000100 10010000 1001000 1000 0 110010 101100 1000110 100001 101010

Color Harmonies of #849048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849048

Black with #849048

Text Example


Text Example

White with #849048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849048; }

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

 H1.HeaderClassName
 {
   color: #849048;
 }
 .AnyTagClassName
 {
   color: #849048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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