Html Css Color HEX #859049 Wasabi

📋 copy color: '#859049'

red 133 ◦ green 144 ◦ blue 73

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

Shades of Wasabi #859049

Tints of Wasabi #859049

RGB

 RED value IS 133 (52.34% from 255) = 38%

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

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 38%
G = 41.14%
B = 20.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#859049 (or 0x859049) is known color: Wasabi. HEX triplet: 85, 90 and 49. RGB value is (133,144,73). Sum of RGB (Red+Green+Blue) = 133+144+73=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #859049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859049 is #7A6FB6. Grayscale: #848484. Windows color (decimal): -8023991 or 4821125. OLE color: 4821125.

HSL color Cylindrical-coordinate representation of color #859049: hue angle of 69.3º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #859049 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 73 -
CMYK 0.08 0 0.49 0.44
HSL 69.3º 0.33% 0.43% -
HSV(B) 69.3º 0.49% 0.56% -
XYZ 20.85 25.41 10.11 -
YUV 132.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 133 144 73 0.08 0 0.49 0.44 69.3 0.33 0.43
Hex 85 90 49 8 0 31 2C 45 21 2B
Octal 205 220 111 10 0 61 54 105 41 53
Binary 10000101 10010000 1001001 1000 0 110001 101100 1000101 100001 101011

Color Harmonies of #859049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859049

Black with #859049

Text Example


Text Example

White with #859049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859049; }

 p { color: rgb(133,144,73); }

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

background-color css

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

 a { background-color: rgb(133,144,73); }

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

border-color css

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

 span { border-color: rgb(133,144,73); }

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