#858B28

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

Shades of Trendy Green #858B28

Tints of Trendy Green #858B28

Color information

#858B28 (or 0x858B28) is unknown color: approx Trendy Green. HEX triplet: 85, 8B and 28. RGB value is (133,139,40). Sum of RGB (Red+Green+Blue) = 133+139+40=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #858B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B28 is #7A74D7. Grayscale: #7E7E7E. Windows color (decimal): -8025304 or 2657157. OLE color: 2657157.

HSL color Cylindrical-coordinate representation of color #858B28: hue angle of 63.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #858B28 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB13313940-
CMYK0.0400.710.45
HSL63.64º55.31%35.1%-
HSV(B)63.64º71.22%54.51%-
XYZ19.2923.65.55-
YUV125.9279.51133.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=42.63%
G=44.55%
B=12.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133139400.0400.710.4563.6455.3135.1
Hex858B2840472D403723
Octal2052135040107551006743
Binary1000010110001011101000100010001111011011000000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858B28; }

 p { color: rgb(133,139,40); }

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

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

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

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

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

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

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