#868532

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

Shades of Trendy Green #868532

Tints of Trendy Green #868532

Color information

#868532 (or 0x868532) is unknown color: approx Trendy Green. HEX triplet: 86, 85 and 32. RGB value is (134,133,50). Sum of RGB (Red+Green+Blue) = 134+133+50=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #868532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868532 is #797ACD. Grayscale: #7C7C7C. Windows color (decimal): -7961294 or 3310982. OLE color: 3310982.

HSL color Cylindrical-coordinate representation of color #868532: hue angle of 59.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #868532 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13413350-
CMYK00.010.630.47
HSL59.29º45.65%36.08%-
HSV(B)59.29º62.69%52.55%-
XYZ18.7922.076.29-
YUV123.8486.33135.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=42.27%
G=41.96%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341335000.010.630.4759.2945.6536.08
Hex868532013F2F3b2e24
Octal20620562017757735644
Binary100001101000010111001001111111101111111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868532; }

 p { color: rgb(134,133,50); }

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

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

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

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

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

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

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