#868419

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

Shades of Trendy Green #868419

Tints of Trendy Green #868419

Color information

#868419 (or 0x868419) is unknown color: approx Trendy Green. HEX triplet: 86, 84 and 19. RGB value is (134,132,25). Sum of RGB (Red+Green+Blue) = 134+132+25=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #868419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868419 is #797BE6. Grayscale: #787878. Windows color (decimal): -7961575 or 1672326. OLE color: 1672326.

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

Color convert

RGB13413225-
CMYK00.010.810.47
HSL58.9º68.55%31.18%-
HSV(B)58.9º81.34%52.55%-
XYZ18.2621.644.13-
YUV120.474.16137.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 25 (10.16% from 255) = 8.59%
R=46.05%
G=45.36%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341322500.010.810.4758.968.5531.18
Hex86841901512F3b451f
Octal2062043101121577310537
Binary100001101000010011001011010001101111111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868419; }

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

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

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

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

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

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

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

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