Html Css Color HEX #858325 Trendy Green

📋 copy color: '#858325'

red 133 ◦ green 131 ◦ blue 37

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

Shades of Trendy Green #858325

Tints of Trendy Green #858325

RGB

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

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

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

R = 44.19%
G = 43.52%
B = 12.29%

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

#858325 (or 0x858325) is known color: Trendy Green. HEX triplet: 85, 83 and 25. RGB value is (133,131,37). Sum of RGB (Red+Green+Blue) = 133+131+37=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #858325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858325 is #7A7CDA. Grayscale: #797979. Windows color (decimal): -8027355 or 2458501. OLE color: 2458501.

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

Color convert

RGB 133 131 37 -
CMYK 0 0.02 0.72 0.48
HSL 58.75º 0.56% 0.33% -
HSV(B) 58.75º 0.72% 0.52% -
XYZ 18.12 21.35 4.92 -
YUV 120.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 133 131 37 0 0.02 0.72 0.48 58.75 0.56 0.33
Hex 85 83 25 0 2 48 30 3B 38 21
Octal 205 203 45 0 2 110 60 73 70 41
Binary 10000101 10000011 100101 0 10 1001000 110000 111011 111000 100001

Color Harmonies of #858325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858325

Black with #858325

Text Example


Text Example

White with #858325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858325; }

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

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

background-color css

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

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

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

border-color css

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

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

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