#949951

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

Shades of Green Smoke #949951

Tints of Green Smoke #949951

Color information

#949951 (or 0x949951) is unknown color: approx Green Smoke. HEX triplet: 94, 99 and 51. RGB value is (148,153,81). Sum of RGB (Red+Green+Blue) = 148+153+81=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #949951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949951 is #6B66AE. Grayscale: #8F8F8F. Windows color (decimal): -7038639 or 5347732. OLE color: 5347732.

HSL color Cylindrical-coordinate representation of color #949951: hue angle of 64.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #949951 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB14815381-
CMYK0.0300.470.4
HSL64.17º30.77%45.88%-
HSV(B)64.17º47.06%60%-
XYZ25.0929.6712.19-
YUV143.392.84131.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=38.74%
G=40.05%
B=21.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153810.0300.470.464.1730.7745.88
Hex949951302F28401f2e
Octal2242311213057501003756
Binary10010100100110011010001110101111101000100000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949951; }

 p { color: rgb(148,153,81); }

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

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

 a { background-color: rgb(148,153,81); }

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

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

 span { border-color: rgb(148,153,81); }

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