Html Css Color HEX #859134 Wasabi

📋 copy color: '#859134'

red 133 ◦ green 145 ◦ blue 52

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

Shades of Wasabi #859134

Tints of Wasabi #859134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 40.3%
G = 43.94%
B = 15.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#859134 (or 0x859134) is known color: Wasabi. HEX triplet: 85, 91 and 34. RGB value is (133,145,52). Sum of RGB (Red+Green+Blue) = 133+145+52=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #859134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859134 is #7A6ECB. Grayscale: #838383. Windows color (decimal): -8023756 or 3445125. OLE color: 3445125.

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

Color convert

RGB 133 145 52 -
CMYK 0.08 0 0.64 0.43
HSL 67.74º 0.47% 0.39% -
HSV(B) 67.74º 0.64% 0.57% -
XYZ 20.42 25.49 7.09 -
YUV 130.81 83.52 129.56 -
System Red Green Blue C M Y K H S L
Decimal 133 145 52 0.08 0 0.64 0.43 67.74 0.47 0.39
Hex 85 91 34 8 0 40 2B 44 2F 27
Octal 205 221 64 10 0 100 53 104 57 47
Binary 10000101 10010001 110100 1000 0 1000000 101011 1000100 101111 100111

Color Harmonies of #859134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859134

Black with #859134

Text Example


Text Example

White with #859134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859134; }

 p { color: rgb(133,145,52); }

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

background-color css

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

 a { background-color: rgb(133,145,52); }

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

border-color css

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

 span { border-color: rgb(133,145,52); }

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