#949E5A

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

Shades of Green Smoke #949E5A

Tints of Green Smoke #949E5A

Color information

#949E5A (or 0x949E5A) is unknown color: approx Green Smoke. HEX triplet: 94, 9E and 5A. RGB value is (148,158,90). Sum of RGB (Red+Green+Blue) = 148+158+90=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #949E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E5A is #6B61A5. Grayscale: #939393. Windows color (decimal): -7037350 or 5938836. OLE color: 5938836.

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

Color convert

RGB14815890-
CMYK0.0600.430.38
HSL68.82º27.42%48.63%-
HSV(B)68.82º43.04%61.96%-
XYZ26.2931.4914.37-
YUV147.2695.69128.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=37.37%
G=39.90%
B=22.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148158900.0600.430.3868.8227.4248.63
Hex949E5A602B26451b31
Octal2242361326053461053361
Binary100101001001111010110101100101011100110100010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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