#858430

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

Shades of Trendy Green #858430

Tints of Trendy Green #858430

Color information

#858430 (or 0x858430) is unknown color: approx Trendy Green. HEX triplet: 85, 84 and 30. RGB value is (133,132,48). Sum of RGB (Red+Green+Blue) = 133+132+48=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #858430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858430 is #7A7BCF. Grayscale: #7B7B7B. Windows color (decimal): -8027088 or 3179653. OLE color: 3179653.

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

Color convert

RGB13313248-
CMYK00.010.640.48
HSL59.29º46.96%35.49%-
HSV(B)59.29º63.91%52.16%-
XYZ18.4621.76.01-
YUV122.7285.83135.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=42.49%
G=42.17%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331324800.010.640.4859.2946.9635.49
Hex8584300140303b2f23
Octal205204600110060735743
Binary1000010110000100110000011000000110000111011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858430; }

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

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

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

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

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

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

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

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