#949E55

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

Shades of Green Smoke #949E55

Tints of Green Smoke #949E55

Color information

#949E55 (or 0x949E55) is unknown color: approx Green Smoke. HEX triplet: 94, 9E and 55. RGB value is (148,158,85). Sum of RGB (Red+Green+Blue) = 148+158+85=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #949E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E55 is #6B61AA. Grayscale: #929292. Windows color (decimal): -7037355 or 5611156. OLE color: 5611156.

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

Color convert

RGB14815885-
CMYK0.0600.460.38
HSL68.22º30.04%47.65%-
HSV(B)68.22º46.2%61.96%-
XYZ26.0831.4113.28-
YUV146.6993.19128.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=37.85%
G=40.41%
B=21.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148158850.0600.460.3868.2230.0447.65
Hex949E55602E26441e30
Octal2242361256056461043660
Binary100101001001111010101011100101110100110100010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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