Html Css Color HEX #858315 Trendy Green

📋 copy color: '#858315'

red 133 ◦ green 131 ◦ blue 21

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

Shades of Trendy Green #858315

Tints of Trendy Green #858315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 46.67%
G = 45.96%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#858315 (or 0x858315) is known color: Trendy Green. HEX triplet: 85, 83 and 15. RGB value is (133,131,21). Sum of RGB (Red+Green+Blue) = 133+131+21=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #858315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858315 is #7A7CEA. Grayscale: #777777. Windows color (decimal): -8027371 or 1409925. OLE color: 1409925.

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

Color convert

RGB 133 131 21 -
CMYK 0 0.02 0.84 0.48
HSL 58.93º 0.73% 0.3% -
HSV(B) 58.93º 0.84% 0.52% -
XYZ 17.92 21.27 3.87 -
YUV 119.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 133 131 21 0 0.02 0.84 0.48 58.93 0.73 0.3
Hex 85 83 15 0 2 54 30 3B 49 1E
Octal 205 203 25 0 2 124 60 73 111 36
Binary 10000101 10000011 10101 0 10 1010100 110000 111011 1001001 11110

Color Harmonies of #858315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858315

Black with #858315

Text Example


Text Example

White with #858315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858315; }

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

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

background-color css

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

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

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

border-color css

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

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

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