Html Css Color HEX #858025 Trendy Green

📋 copy color: '#858025'

red 133 ◦ green 128 ◦ blue 37

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

Shades of Trendy Green #858025

Tints of Trendy Green #858025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.95%

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

R = 44.63%
G = 42.95%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#858025 (or 0x858025) is known color: Trendy Green. HEX triplet: 85, 80 and 25. RGB value is (133,128,37). Sum of RGB (Red+Green+Blue) = 133+128+37=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #858025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858025 is #7A7FDA. Grayscale: #777777. Windows color (decimal): -8028123 or 2457733. OLE color: 2457733.

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

Color convert

RGB 133 128 37 -
CMYK 0 0.04 0.72 0.48
HSL 56.88º 0.56% 0.33% -
HSV(B) 56.88º 0.72% 0.52% -
XYZ 17.73 20.56 4.78 -
YUV 119.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 133 128 37 0 0.04 0.72 0.48 56.88 0.56 0.33
Hex 85 80 25 0 4 48 30 39 38 21
Octal 205 200 45 0 4 110 60 71 70 41
Binary 10000101 10000000 100101 0 100 1001000 110000 111001 111000 100001

Color Harmonies of #858025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858025

Black with #858025

Text Example


Text Example

White with #858025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858025; }

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

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

background-color css

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

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

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

border-color css

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

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

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