Html Css Color HEX #859A3A Wasabi

📋 copy color: '#859A3A'

red 133 ◦ green 154 ◦ blue 58

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

Shades of Wasabi #859A3A

Tints of Wasabi #859A3A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.64%

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 38.55%
G = 44.64%
B = 16.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#859A3A (or 0x859A3A) is known color: Wasabi. HEX triplet: 85, 9A and 3A. RGB value is (133,154,58). Sum of RGB (Red+Green+Blue) = 133+154+58=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #859A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A3A is #7A65C5. Grayscale: #898989. Windows color (decimal): -8021446 or 3840645. OLE color: 3840645.

HSL color Cylindrical-coordinate representation of color #859A3A: hue angle of 73.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #859A3A is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 154 58 -
CMYK 0.14 0 0.62 0.40
HSL 73.13º 0.45% 0.42% -
HSV(B) 73.13º 0.62% 0.6% -
XYZ 21.99 28.4 8.33 -
YUV 136.78 83.54 125.31 -
System Red Green Blue C M Y K H S L
Decimal 133 154 58 0.14 0 0.62 0.40 73.13 0.45 0.42
Hex 85 9A 3A E 0 3E 28 49 2D 2A
Octal 205 232 72 16 0 76 50 111 55 52
Binary 10000101 10011010 111010 1110 0 111110 101000 1001001 101101 101010

Color Harmonies of #859A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A3A

Black with #859A3A

Text Example


Text Example

White with #859A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859A3A; }

 p { color: rgb(133,154,58); }

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

background-color css

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

 a { background-color: rgb(133,154,58); }

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

border-color css

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

 span { border-color: rgb(133,154,58); }

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