#949952

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

Shades of Green Smoke #949952

Tints of Green Smoke #949952

Color information

#949952 (or 0x949952) is unknown color: approx Green Smoke. HEX triplet: 94, 99 and 52. RGB value is (148,153,82). Sum of RGB (Red+Green+Blue) = 148+153+82=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #949952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949952 is #6B66AD. Grayscale: #8F8F8F. Windows color (decimal): -7038638 or 5413268. OLE color: 5413268.

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

Color convert

RGB14815382-
CMYK0.0300.460.4
HSL64.23º30.21%46.08%-
HSV(B)64.23º46.41%60%-
XYZ25.1329.6912.39-
YUV143.4193.34131.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=38.64%
G=39.95%
B=21.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153820.0300.460.464.2330.2146.08
Hex949952302E28401e2e
Octal2242311223056501003656
Binary10010100100110011010010110101110101000100000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949952; }

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

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

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

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

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

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

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

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