Html Css Color HEX #858418 Trendy Green

📋 copy color: '#858418'

red 133 ◦ green 132 ◦ blue 24

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

Shades of Trendy Green #858418

Tints of Trendy Green #858418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 46.02%
G = 45.67%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#858418 (or 0x858418) is known color: Trendy Green. HEX triplet: 85, 84 and 18. RGB value is (133,132,24). Sum of RGB (Red+Green+Blue) = 133+132+24=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #858418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858418 is #7A7BE7. Grayscale: #787878. Windows color (decimal): -8027112 or 1606789. OLE color: 1606789.

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

Color convert

RGB 133 132 24 -
CMYK 0 0.01 0.82 0.48
HSL 59.45º 0.69% 0.31% -
HSV(B) 59.45º 0.82% 0.52% -
XYZ 18.09 21.56 4.07 -
YUV 119.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 133 132 24 0 0.01 0.82 0.48 59.45 0.69 0.31
Hex 85 84 18 0 1 52 30 3B 45 1F
Octal 205 204 30 0 1 122 60 73 105 37
Binary 10000101 10000100 11000 0 1 1010010 110000 111011 1000101 11111

Color Harmonies of #858418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858418

Black with #858418

Text Example


Text Example

White with #858418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858418; }

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

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

background-color css

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

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

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

border-color css

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

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

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