#858433

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

Shades of Trendy Green #858433

Tints of Trendy Green #858433

Color information

#858433 (or 0x858433) is unknown color: approx Trendy Green. HEX triplet: 85, 84 and 33. RGB value is (133,132,51). Sum of RGB (Red+Green+Blue) = 133+132+51=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #858433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858433 is #7A7BCC. Grayscale: #7B7B7B. Windows color (decimal): -8027085 or 3376261. OLE color: 3376261.

HSL color Cylindrical-coordinate representation of color #858433: hue angle of 59.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #858433 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB13313251-
CMYK00.010.620.48
HSL59.27º44.57%36.08%-
HSV(B)59.27º61.65%52.16%-
XYZ18.5221.736.35-
YUV123.0687.33135.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=42.09%
G=41.77%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331325100.010.620.4859.2744.5736.08
Hex858433013E303b2d24
Octal20520463017660735544
Binary100001011000010011001101111110110000111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858433; }

 p { color: rgb(133,132,51); }

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

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

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

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

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

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

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