#868431

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

Shades of Trendy Green #868431

Tints of Trendy Green #868431

Color information

#868431 (or 0x868431) is unknown color: approx Trendy Green. HEX triplet: 86, 84 and 31. RGB value is (134,132,49). Sum of RGB (Red+Green+Blue) = 134+132+49=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #868431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868431 is #797BCE. Grayscale: #7B7B7B. Windows color (decimal): -7961551 or 3245190. OLE color: 3245190.

HSL color Cylindrical-coordinate representation of color #868431: hue angle of 58.59º 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 #868431 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13413249-
CMYK00.010.630.47
HSL58.59º46.45%35.88%-
HSV(B)58.59º63.43%52.55%-
XYZ18.6421.796.13-
YUV123.1486.16135.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=42.54%
G=41.90%
B=15.56%

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
Decimal1341324900.010.630.4758.5946.4535.88
Hex868431013F2F3b2e24
Octal20620461017757735644
Binary100001101000010011000101111111101111111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868431; }

 p { color: rgb(134,132,49); }

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

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

 a { background-color: rgb(134,132,49); }

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

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

 span { border-color: rgb(134,132,49); }

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