#858422

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

Shades of Trendy Green #858422

Tints of Trendy Green #858422

Color information

#858422 (or 0x858422) is unknown color: approx Trendy Green. HEX triplet: 85, 84 and 22. RGB value is (133,132,34). Sum of RGB (Red+Green+Blue) = 133+132+34=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #858422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858422 is #7A7BDD. Grayscale: #797979. Windows color (decimal): -8027102 or 2262149. OLE color: 2262149.

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

Color convert

RGB13313234-
CMYK00.010.740.48
HSL59.39º59.28%32.75%-
HSV(B)59.39º74.44%52.16%-
XYZ18.2121.64.72-
YUV121.1378.83136.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 34 (13.67% from 255) = 11.37%
R=44.48%
G=44.15%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331323400.010.740.4859.3959.2832.75
Hex858422014A303b3b21
Octal205204420111260737341
Binary1000010110000100100010011001010110000111011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858422; }

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

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

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

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

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

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

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

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