#858130

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

Shades of Trendy Green #858130

Tints of Trendy Green #858130

Color information

#858130 (or 0x858130) is unknown color: approx Trendy Green. HEX triplet: 85, 81 and 30. RGB value is (133,129,48). Sum of RGB (Red+Green+Blue) = 133+129+48=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #858130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858130 is #7A7ECF. Grayscale: #797979. Windows color (decimal): -8027856 or 3178885. OLE color: 3178885.

HSL color Cylindrical-coordinate representation of color #858130: hue angle of 57.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #858130 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13312948-
CMYK00.030.640.48
HSL57.18º46.96%35.49%-
HSV(B)57.18º63.91%52.16%-
XYZ18.0620.95.88-
YUV120.9686.83136.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=42.90%
G=41.61%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331294800.030.640.4857.1846.9635.49
Hex858130034030392f23
Octal205201600310060715743
Binary10000101100000011100000111000000110000111001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858130; }

 p { color: rgb(133,129,48); }

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

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

 a { background-color: rgb(133,129,48); }

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

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

 span { border-color: rgb(133,129,48); }

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