Html Css Color HEX #858429 Trendy Green

📋 copy color: '#858429'

red 133 ◦ green 132 ◦ blue 41

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

Shades of Trendy Green #858429

Tints of Trendy Green #858429

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.14%

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

R = 43.46%
G = 43.14%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#858429 (or 0x858429) is known color: Trendy Green. HEX triplet: 85, 84 and 29. RGB value is (133,132,41). Sum of RGB (Red+Green+Blue) = 133+132+41=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #858429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858429 is #7A7BD6. Grayscale: #7A7A7A. Windows color (decimal): -8027095 or 2720901. OLE color: 2720901.

HSL color Cylindrical-coordinate representation of color #858429: hue angle of 59.35º 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 #858429 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 41 -
CMYK 0 0.01 0.69 0.48
HSL 59.35º 0.53% 0.34% -
HSV(B) 59.35º 0.69% 0.52% -
XYZ 18.32 21.65 5.31 -
YUV 121.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 133 132 41 0 0.01 0.69 0.48 59.35 0.53 0.34
Hex 85 84 29 0 1 45 30 3B 35 22
Octal 205 204 51 0 1 105 60 73 65 42
Binary 10000101 10000100 101001 0 1 1000101 110000 111011 110101 100010

Color Harmonies of #858429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858429

Black with #858429

Text Example


Text Example

White with #858429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858429; }

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

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

background-color css

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

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

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

border-color css

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

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

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