#858727

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

Shades of Trendy Green #858727

Tints of Trendy Green #858727

Color information

#858727 (or 0x858727) is unknown color: approx Trendy Green. HEX triplet: 85, 87 and 27. RGB value is (133,135,39). Sum of RGB (Red+Green+Blue) = 133+135+39=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #858727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858727 is #7A78D8. Grayscale: #7B7B7B. Windows color (decimal): -8026329 or 2590597. OLE color: 2590597.

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

Color convert

RGB13313539-
CMYK0.0100.710.47
HSL61.25º55.17%34.12%-
HSV(B)61.25º71.11%52.94%-
XYZ18.722.465.27-
YUV123.4680.34134.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=43.32%
G=43.97%
B=12.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135390.0100.710.4761.2555.1734.12
Hex85872710472F3d3722
Octal205207471010757756742
Binary1000010110000111100111101000111101111111101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858727; }

 p { color: rgb(133,135,39); }

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

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

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

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

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

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

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