#8D8913

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

Shades of Trendy Green #8D8913

Tints of Trendy Green #8D8913

Color information

#8D8913 (or 0x8D8913) is unknown color: approx Trendy Green. HEX triplet: 8D, 89 and 13. RGB value is (141,137,19). Sum of RGB (Red+Green+Blue) = 141+137+19=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8913 is #7276EC. Grayscale: #7D7D7D. Windows color (decimal): -7501549 or 1280397. OLE color: 1280397.

HSL color Cylindrical-coordinate representation of color #8D8913: hue angle of 58.03º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D8913 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB14113719-
CMYK00.030.870.45
HSL58.03º76.25%31.37%-
HSV(B)58.03º86.52%55.29%-
XYZ20.0523.64.11-
YUV124.7468.33139.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 19 (7.81% from 255) = 6.40%
R=47.47%
G=46.13%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411371900.030.870.4558.0376.2531.37
Hex8D891303572D3a4c1f
Octal2152112303127557211437
Binary1000110110001001100110111010111101101111010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8913; }

 p { color: rgb(141,137,19); }

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

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

 a { background-color: rgb(141,137,19); }

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

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

 span { border-color: rgb(141,137,19); }

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