#858629

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

Shades of Trendy Green #858629

Tints of Trendy Green #858629

Color information

#858629 (or 0x858629) is unknown color: approx Trendy Green. HEX triplet: 85, 86 and 29. RGB value is (133,134,41). Sum of RGB (Red+Green+Blue) = 133+134+41=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #858629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858629 is #7A79D6. Grayscale: #7B7B7B. Windows color (decimal): -8026583 or 2721413. OLE color: 2721413.

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

Color convert

RGB13313441-
CMYK0.0100.690.47
HSL60.65º53.14%34.31%-
HSV(B)60.65º69.4%52.55%-
XYZ18.622.25.4-
YUV123.181.67135.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 41 (16.41% from 255) = 13.31%
R=43.18%
G=43.51%
B=13.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133134410.0100.690.4760.6553.1434.31
Hex85862910452F3d3522
Octal205206511010557756542
Binary1000010110000110101001101000101101111111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858629; }

 p { color: rgb(133,134,41); }

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

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

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

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

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

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

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