#858518

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

Shades of Trendy Green #858518

Tints of Trendy Green #858518

Color information

#858518 (or 0x858518) is unknown color: approx Trendy Green. HEX triplet: 85, 85 and 18. RGB value is (133,133,24). Sum of RGB (Red+Green+Blue) = 133+133+24=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858518 is #7A7AE7. Grayscale: #797979. Windows color (decimal): -8026856 or 1607045. OLE color: 1607045.

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

Color convert

RGB13313324-
CMYK000.820.48
HSL60º69.43%30.78%-
HSV(B)60º81.95%52.16%-
XYZ18.2321.834.12-
YUV120.5773.5136.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 24 (9.77% from 255) = 8.28%
R=45.86%
G=45.86%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313324000.820.486069.4330.78
Hex8585180052303c451f
Octal2052053000122607410537
Binary100001011000010111000001010010110000111100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858518; }

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

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

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

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

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

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

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

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