#939950

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

Shades of Green Smoke #939950

Tints of Green Smoke #939950

Color information

#939950 (or 0x939950) is unknown color: approx Green Smoke. HEX triplet: 93, 99 and 50. RGB value is (147,153,80). Sum of RGB (Red+Green+Blue) = 147+153+80=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #939950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939950 is #6C66AF. Grayscale: #8F8F8F. Windows color (decimal): -7104176 or 5282195. OLE color: 5282195.

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

Color convert

RGB14715380-
CMYK0.0400.480.4
HSL64.93º31.33%45.69%-
HSV(B)64.93º47.71%60%-
XYZ24.8729.5611.99-
YUV142.8892.51130.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=38.68%
G=40.26%
B=21.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147153800.0400.480.464.9331.3345.69
Hex939950403028411f2e
Octal2232311204060501013756
Binary100100111001100110100001000110000101000100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939950; }

 p { color: rgb(147,153,80); }

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

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

 a { background-color: rgb(147,153,80); }

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

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

 span { border-color: rgb(147,153,80); }

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