#858426

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

Shades of Trendy Green #858426

Tints of Trendy Green #858426

Color information

#858426 (or 0x858426) is unknown color: approx Trendy Green. HEX triplet: 85, 84 and 26. RGB value is (133,132,38). Sum of RGB (Red+Green+Blue) = 133+132+38=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #858426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858426 is #7A7BD9. Grayscale: #797979. Windows color (decimal): -8027098 or 2524293. OLE color: 2524293.

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

Color convert

RGB13313238-
CMYK00.010.710.48
HSL59.37º55.56%33.53%-
HSV(B)59.37º71.43%52.16%-
XYZ18.2721.635.05-
YUV121.5880.83136.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=43.89%
G=43.56%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331323800.010.710.4859.3755.5633.53
Hex8584260147303b3822
Octal205204460110760737042
Binary1000010110000100100110011000111110000111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858426; }

 p { color: rgb(133,132,38); }

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

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

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

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

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

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

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