#859481

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

Shades of Spanish Green #859481

Tints of Spanish Green #859481

Color information

#859481 (or 0x859481) is unknown color: approx Spanish Green. HEX triplet: 85, 94 and 81. RGB value is (133,148,129). Sum of RGB (Red+Green+Blue) = 133+148+129=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #859481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859481 is #7A6B7E. Grayscale: #8D8D8D. Windows color (decimal): -8022911 or 8492165. OLE color: 8492165.

HSL color Cylindrical-coordinate representation of color #859481: hue angle of 107.37º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859481 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB133148129-
CMYK0.1000.130.42
HSL107.37º8.15%54.31%-
HSV(B)107.37º12.84%58.04%-
XYZ24.2327.7524.85-
YUV141.35121.03122.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=32.44%
G=36.10%
B=31.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481290.1000.130.42107.378.1554.31
Hex859481A0D2A6b836
Octal20522420112015521531066
Binary10000101100101001000000110100110110101011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859481; }

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

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

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

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

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

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

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

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