#949E5B

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

Shades of Green Smoke #949E5B

Tints of Green Smoke #949E5B

Color information

#949E5B (or 0x949E5B) is unknown color: approx Green Smoke. HEX triplet: 94, 9E and 5B. RGB value is (148,158,91). Sum of RGB (Red+Green+Blue) = 148+158+91=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #949E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E5B is #6B61A4. Grayscale: #939393. Windows color (decimal): -7037349 or 6004372. OLE color: 6004372.

HSL color Cylindrical-coordinate representation of color #949E5B: hue angle of 68.96º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949E5B is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB14815891-
CMYK0.0600.420.38
HSL68.96º26.91%48.82%-
HSV(B)68.96º42.41%61.96%-
XYZ26.3331.514.59-
YUV147.3796.19128.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=37.28%
G=39.80%
B=22.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148158910.0600.420.3868.9626.9148.82
Hex949E5B602A26451b31
Octal2242361336052461053361
Binary100101001001111010110111100101010100110100010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949E5B; }

 p { color: rgb(148,158,91); }

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

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

 a { background-color: rgb(148,158,91); }

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

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

 span { border-color: rgb(148,158,91); }

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