Html Css Color HEX #859135 Wasabi

📋 copy color: '#859135'

red 133 ◦ green 145 ◦ blue 53

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

Shades of Wasabi #859135

Tints of Wasabi #859135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.01%

R = 40.18%
G = 43.81%
B = 16.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#859135 (or 0x859135) is known color: Wasabi. HEX triplet: 85, 91 and 35. RGB value is (133,145,53). Sum of RGB (Red+Green+Blue) = 133+145+53=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #859135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859135 is #7A6ECA. Grayscale: #838383. Windows color (decimal): -8023755 or 3510661. OLE color: 3510661.

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

Color convert

RGB 133 145 53 -
CMYK 0.08 0 0.63 0.43
HSL 67.83º 0.46% 0.39% -
HSV(B) 67.83º 0.63% 0.57% -
XYZ 20.44 25.49 7.21 -
YUV 130.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 133 145 53 0.08 0 0.63 0.43 67.83 0.46 0.39
Hex 85 91 35 8 0 3F 2B 44 2E 27
Octal 205 221 65 10 0 77 53 104 56 47
Binary 10000101 10010001 110101 1000 0 111111 101011 1000100 101110 100111

Color Harmonies of #859135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859135

Black with #859135

Text Example


Text Example

White with #859135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859135; }

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

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

background-color css

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

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

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

border-color css

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

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

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