Html Css Color HEX #858314 Trendy Green

📋 copy color: '#858314'

red 133 ◦ green 131 ◦ blue 20

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

Shades of Trendy Green #858314

Tints of Trendy Green #858314

RGB

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

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

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

R = 46.83%
G = 46.13%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#858314 (or 0x858314) is known color: Trendy Green. HEX triplet: 85, 83 and 14. RGB value is (133,131,20). Sum of RGB (Red+Green+Blue) = 133+131+20=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #858314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858314 is #7A7CEB. Grayscale: #777777. Windows color (decimal): -8027372 or 1344389. OLE color: 1344389.

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

Color convert

RGB 133 131 20 -
CMYK 0 0.02 0.85 0.48
HSL 58.94º 0.74% 0.3% -
HSV(B) 58.94º 0.85% 0.52% -
XYZ 17.92 21.27 3.82 -
YUV 118.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 133 131 20 0 0.02 0.85 0.48 58.94 0.74 0.3
Hex 85 83 14 0 2 55 30 3B 4A 1E
Octal 205 203 24 0 2 125 60 73 112 36
Binary 10000101 10000011 10100 0 10 1010101 110000 111011 1001010 11110

Color Harmonies of #858314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858314

Black with #858314

Text Example


Text Example

White with #858314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858314; }

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

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

background-color css

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

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

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

border-color css

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

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

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