Html Css Color HEX #859041 Wasabi

📋 copy color: '#859041'

red 133 ◦ green 144 ◦ blue 65

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

Shades of Wasabi #859041

Tints of Wasabi #859041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 38.89%
G = 42.11%
B = 19.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#859041 (or 0x859041) is known color: Wasabi. HEX triplet: 85, 90 and 41. RGB value is (133,144,65). Sum of RGB (Red+Green+Blue) = 133+144+65=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #859041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859041 is #7A6FBE. Grayscale: #848484. Windows color (decimal): -8023999 or 4296837. OLE color: 4296837.

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

Color convert

RGB 133 144 65 -
CMYK 0.08 0 0.55 0.44
HSL 68.35º 0.38% 0.41% -
HSV(B) 68.35º 0.55% 0.56% -
XYZ 20.6 25.31 8.8 -
YUV 131.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 133 144 65 0.08 0 0.55 0.44 68.35 0.38 0.41
Hex 85 90 41 8 0 37 2C 44 26 29
Octal 205 220 101 10 0 67 54 104 46 51
Binary 10000101 10010000 1000001 1000 0 110111 101100 1000100 100110 101001

Color Harmonies of #859041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859041

Black with #859041

Text Example


Text Example

White with #859041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859041; }

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

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

background-color css

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

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

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

border-color css

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

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

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