Html Css Color HEX #859240 Wasabi

📋 copy color: '#859240'

red 133 ◦ green 146 ◦ blue 64

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

Shades of Wasabi #859240

Tints of Wasabi #859240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 38.78%
G = 42.57%
B = 18.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#859240 (or 0x859240) is known color: Wasabi. HEX triplet: 85, 92 and 40. RGB value is (133,146,64). Sum of RGB (Red+Green+Blue) = 133+146+64=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #859240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859240 is #7A6DBF. Grayscale: #858585. Windows color (decimal): -8023488 or 4231813. OLE color: 4231813.

HSL color Cylindrical-coordinate representation of color #859240: hue angle of 69.51º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #859240 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 64 -
CMYK 0.09 0 0.56 0.43
HSL 69.51º 0.39% 0.41% -
HSV(B) 69.51º 0.56% 0.57% -
XYZ 20.88 25.91 8.75 -
YUV 132.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 133 146 64 0.09 0 0.56 0.43 69.51 0.39 0.41
Hex 85 92 40 9 0 38 2B 46 27 29
Octal 205 222 100 11 0 70 53 106 47 51
Binary 10000101 10010010 1000000 1001 0 111000 101011 1000110 100111 101001

Color Harmonies of #859240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859240

Black with #859240

Text Example


Text Example

White with #859240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859240; }

 p { color: rgb(133,146,64); }

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

background-color css

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

 a { background-color: rgb(133,146,64); }

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

border-color css

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

 span { border-color: rgb(133,146,64); }

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