Html Css Color HEX #858225 Trendy Green

📋 copy color: '#858225'

red 133 ◦ green 130 ◦ blue 37

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

Shades of Trendy Green #858225

Tints of Trendy Green #858225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 44.33%
G = 43.33%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#858225 (or 0x858225) is known color: Trendy Green. HEX triplet: 85, 82 and 25. RGB value is (133,130,37). Sum of RGB (Red+Green+Blue) = 133+130+37=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #858225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858225 is #7A7DDA. Grayscale: #787878. Windows color (decimal): -8027611 or 2458245. OLE color: 2458245.

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

Color convert

RGB 133 130 37 -
CMYK 0 0.02 0.72 0.48
HSL 58.13º 0.56% 0.33% -
HSV(B) 58.13º 0.72% 0.52% -
XYZ 17.99 21.09 4.87 -
YUV 120.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 133 130 37 0 0.02 0.72 0.48 58.13 0.56 0.33
Hex 85 82 25 0 2 48 30 3A 38 21
Octal 205 202 45 0 2 110 60 72 70 41
Binary 10000101 10000010 100101 0 10 1001000 110000 111010 111000 100001

Color Harmonies of #858225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858225

Black with #858225

Text Example


Text Example

White with #858225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858225; }

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

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

background-color css

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

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

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

border-color css

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

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

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