Html Css Color HEX #858131 Trendy Green

📋 copy color: '#858131'

red 133 ◦ green 129 ◦ blue 49

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

Shades of Trendy Green #858131

Tints of Trendy Green #858131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 42.77%
G = 41.48%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#858131 (or 0x858131) is known color: Trendy Green. HEX triplet: 85, 81 and 31. RGB value is (133,129,49). Sum of RGB (Red+Green+Blue) = 133+129+49=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #858131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858131 is #7A7ECE. Grayscale: #797979. Windows color (decimal): -8027855 or 3244421. OLE color: 3244421.

HSL color Cylindrical-coordinate representation of color #858131: hue angle of 57.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #858131 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 49 -
CMYK 0 0.03 0.63 0.48
HSL 57.14º 0.46% 0.36% -
HSV(B) 57.14º 0.63% 0.52% -
XYZ 18.08 20.91 5.99 -
YUV 121.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 133 129 49 0 0.03 0.63 0.48 57.14 0.46 0.36
Hex 85 81 31 0 3 3F 30 39 2E 24
Octal 205 201 61 0 3 77 60 71 56 44
Binary 10000101 10000001 110001 0 11 111111 110000 111001 101110 100100

Color Harmonies of #858131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858131

Black with #858131

Text Example


Text Example

White with #858131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858131; }

 p { color: rgb(133,129,49); }

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

background-color css

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

 a { background-color: rgb(133,129,49); }

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

border-color css

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

 span { border-color: rgb(133,129,49); }

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