Html Css Color HEX #858228 Trendy Green

📋 copy color: '#858228'

red 133 ◦ green 130 ◦ blue 40

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

Shades of Trendy Green #858228

Tints of Trendy Green #858228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 43.89%
G = 42.9%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#858228 (or 0x858228) is known color: Trendy Green. HEX triplet: 85, 82 and 28. RGB value is (133,130,40). Sum of RGB (Red+Green+Blue) = 133+130+40=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #858228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858228 is #7A7DD7. Grayscale: #797979. Windows color (decimal): -8027608 or 2654853. OLE color: 2654853.

HSL color Cylindrical-coordinate representation of color #858228: hue angle of 58.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #858228 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 40 -
CMYK 0 0.02 0.70 0.48
HSL 58.06º 0.54% 0.34% -
HSV(B) 58.06º 0.7% 0.52% -
XYZ 18.04 21.11 5.13 -
YUV 120.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 133 130 40 0 0.02 0.70 0.48 58.06 0.54 0.34
Hex 85 82 28 0 2 46 30 3A 36 22
Octal 205 202 50 0 2 106 60 72 66 42
Binary 10000101 10000010 101000 0 10 1000110 110000 111010 110110 100010

Color Harmonies of #858228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858228

Black with #858228

Text Example


Text Example

White with #858228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858228; }

 p { color: rgb(133,130,40); }

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

background-color css

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

 a { background-color: rgb(133,130,40); }

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

border-color css

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

 span { border-color: rgb(133,130,40); }

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