#858519

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

Shades of Trendy Green #858519

Tints of Trendy Green #858519

Color information

#858519 (or 0x858519) is unknown color: approx Trendy Green. HEX triplet: 85, 85 and 19. RGB value is (133,133,25). Sum of RGB (Red+Green+Blue) = 133+133+25=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858519 is #7A7AE6. Grayscale: #797979. Windows color (decimal): -8026855 or 1672581. OLE color: 1672581.

HSL color Cylindrical-coordinate representation of color #858519: hue angle of 60º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #858519 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB13313325-
CMYK000.810.48
HSL60º68.35%30.98%-
HSV(B)60º81.2%52.16%-
XYZ18.2421.834.17-
YUV120.6974136.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 25 (10.16% from 255) = 8.59%
R=45.70%
G=45.70%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313325000.810.486068.3530.98
Hex8585190051303c441f
Octal2052053100121607410437
Binary100001011000010111001001010001110000111100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858519; }

 p { color: rgb(133,133,25); }

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

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

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

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

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

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

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