#858125

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

Shades of Trendy Green #858125

Tints of Trendy Green #858125

Color information

#858125 (or 0x858125) is unknown color: approx Trendy Green. HEX triplet: 85, 81 and 25. RGB value is (133,129,37). Sum of RGB (Red+Green+Blue) = 133+129+37=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #858125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858125 is #7A7EDA. Grayscale: #787878. Windows color (decimal): -8027867 or 2457989. OLE color: 2457989.

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

Color convert

RGB13312937-
CMYK00.030.720.48
HSL57.5º56.47%33.33%-
HSV(B)57.5º72.18%52.16%-
XYZ17.8620.824.83-
YUV119.7181.33137.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=44.48%
G=43.14%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331293700.030.720.4857.556.4733.33
Hex8581250348303a3821
Octal205201450311060727041
Binary10000101100000011001010111001000110000111010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858125; }

 p { color: rgb(133,129,37); }

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

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

 a { background-color: rgb(133,129,37); }

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

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

 span { border-color: rgb(133,129,37); }

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