#858528

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

Shades of Trendy Green #858528

Tints of Trendy Green #858528

Color information

#858528 (or 0x858528) is unknown color: approx Trendy Green. HEX triplet: 85, 85 and 28. RGB value is (133,133,40). Sum of RGB (Red+Green+Blue) = 133+133+40=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858528 is #7A7AD7. Grayscale: #7A7A7A. Windows color (decimal): -8026840 or 2655621. OLE color: 2655621.

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

Color convert

RGB13313340-
CMYK000.700.48
HSL60º53.76%33.92%-
HSV(B)60º69.92%52.16%-
XYZ18.4421.915.27-
YUV122.481.5135.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=43.46%
G=43.46%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313340000.700.486053.7633.92
Hex8585280046303c3622
Octal205205500010660746642
Binary1000010110000101101000001000110110000111100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858528; }

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

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

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

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

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

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

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

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