Html Css Color HEX #858329 Trendy Green

📋 copy color: '#858329'

red 133 ◦ green 131 ◦ blue 41

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

Shades of Trendy Green #858329

Tints of Trendy Green #858329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 43.61%
G = 42.95%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#858329 (or 0x858329) is known color: Trendy Green. HEX triplet: 85, 83 and 29. RGB value is (133,131,41). Sum of RGB (Red+Green+Blue) = 133+131+41=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #858329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858329 is #7A7CD6. Grayscale: #797979. Windows color (decimal): -8027351 or 2720645. OLE color: 2720645.

HSL color Cylindrical-coordinate representation of color #858329: hue angle of 58.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #858329 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 41 -
CMYK 0 0.02 0.69 0.48
HSL 58.7º 0.53% 0.34% -
HSV(B) 58.7º 0.69% 0.52% -
XYZ 18.19 21.38 5.27 -
YUV 121.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 133 131 41 0 0.02 0.69 0.48 58.7 0.53 0.34
Hex 85 83 29 0 2 45 30 3B 35 22
Octal 205 203 51 0 2 105 60 73 65 42
Binary 10000101 10000011 101001 0 10 1000101 110000 111011 110101 100010

Color Harmonies of #858329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858329

Black with #858329

Text Example


Text Example

White with #858329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858329; }

 p { color: rgb(133,131,41); }

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

background-color css

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

 a { background-color: rgb(133,131,41); }

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

border-color css

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

 span { border-color: rgb(133,131,41); }

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