#858022

Color #858022 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #858022

Tints of Trendy Green #858022

Color information

#858022 (or 0x858022) is unknown color: approx Trendy Green. HEX triplet: 85, 80 and 22. RGB value is (133,128,34). Sum of RGB (Red+Green+Blue) = 133+128+34=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #858022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858022 is #7A7FDD. Grayscale: #777777. Windows color (decimal): -8028126 or 2261125. OLE color: 2261125.

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

Color convert

RGB13312834-
CMYK00.040.740.48
HSL56.97º59.28%32.75%-
HSV(B)56.97º74.44%52.16%-
XYZ17.6820.544.55-
YUV118.7880.16138.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=45.08%
G=43.39%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331283400.040.740.4856.9759.2832.75
Hex858022044A30393b21
Octal205200420411260717341
Binary100001011000000010001001001001010110000111001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858022; }

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

 H1.HeaderClassName
 {
   color: #858022;
 }
 .AnyTagClassName
 {
   color: #858022;
 }
</style>
background-color css

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

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

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

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

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

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