#919582

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

Shades of Sage #919582

Tints of Sage #919582

Color information

#919582 (or 0x919582) is unknown color: approx Sage. HEX triplet: 91, 95 and 82. RGB value is (145,149,130). Sum of RGB (Red+Green+Blue) = 145+149+130=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #919582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919582 is #6E6A7D. Grayscale: #919191. Windows color (decimal): -7236222 or 8557969. OLE color: 8557969.

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

Color convert

RGB145149130-
CMYK0.0300.130.42
HSL72.63º8.23%54.71%-
HSV(B)72.63º12.75%58.43%-
XYZ26.4529.1325.35-
YUV145.64119.17127.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=34.20%
G=35.14%
B=30.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491300.0300.130.4272.638.2354.71
Hex91958230D2A49837
Octal2212252023015521111067
Binary100100011001010110000010110110110101010010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919582; }

 p { color: rgb(145,149,130); }

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

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

 a { background-color: rgb(145,149,130); }

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

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

 span { border-color: rgb(145,149,130); }

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