#958D3F

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

Shades of Highball #958D3F

Tints of Highball #958D3F

Color information

#958D3F (or 0x958D3F) is unknown color: approx Highball. HEX triplet: 95, 8D and 3F. RGB value is (149,141,63). Sum of RGB (Red+Green+Blue) = 149+141+63=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #958D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D3F is #6A72C0. Grayscale: #868686. Windows color (decimal): -6976193 or 4165013. OLE color: 4165013.

HSL color Cylindrical-coordinate representation of color #958D3F: hue angle of 54.42º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #958D3F is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB14914163-
CMYK00.050.580.42
HSL54.42º40.57%41.57%-
HSV(B)54.42º57.72%58.43%-
XYZ22.8225.88.48-
YUV134.587.65138.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 63 (25% from 255) = 17.85%
R=42.21%
G=39.94%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491416300.050.580.4254.4240.5741.57
Hex958D3F053A2A36292a
Octal22521577057252665152
Binary10010101100011011111110101111010101010110110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958D3F; }

 p { color: rgb(149,141,63); }

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

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

 a { background-color: rgb(149,141,63); }

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

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

 span { border-color: rgb(149,141,63); }

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