Html Css Color HEX #858414 Trendy Green

📋 copy color: '#858414'

red 133 ◦ green 132 ◦ blue 20

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

Shades of Trendy Green #858414

Tints of Trendy Green #858414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 46.67%
G = 46.32%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#858414 (or 0x858414) is known color: Trendy Green. HEX triplet: 85, 84 and 14. RGB value is (133,132,20). Sum of RGB (Red+Green+Blue) = 133+132+20=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #858414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858414 is #7A7BEB. Grayscale: #777777. Windows color (decimal): -8027116 or 1344645. OLE color: 1344645.

HSL color Cylindrical-coordinate representation of color #858414: hue angle of 59.47º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #858414 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 20 -
CMYK 0 0.01 0.85 0.48
HSL 59.47º 0.74% 0.3% -
HSV(B) 59.47º 0.85% 0.52% -
XYZ 18.05 21.54 3.87 -
YUV 119.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 133 132 20 0 0.01 0.85 0.48 59.47 0.74 0.3
Hex 85 84 14 0 1 55 30 3B 4A 1E
Octal 205 204 24 0 1 125 60 73 112 36
Binary 10000101 10000100 10100 0 1 1010101 110000 111011 1001010 11110

Color Harmonies of #858414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858414

Black with #858414

Text Example


Text Example

White with #858414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858414; }

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

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

background-color css

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

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

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

border-color css

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

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

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