#959953

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

Shades of Green Smoke #959953

Tints of Green Smoke #959953

Color information

#959953 (or 0x959953) is unknown color: approx Green Smoke. HEX triplet: 95, 99 and 53. RGB value is (149,153,83). Sum of RGB (Red+Green+Blue) = 149+153+83=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #959953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959953 is #6A66AC. Grayscale: #909090. Windows color (decimal): -6973101 or 5478805. OLE color: 5478805.

HSL color Cylindrical-coordinate representation of color #959953: hue angle of 63.43º 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 #959953 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB14915383-
CMYK0.0300.460.4
HSL63.43º29.66%46.27%-
HSV(B)63.43º45.75%60%-
XYZ25.3529.812.6-
YUV143.8293.67131.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=38.70%
G=39.74%
B=21.56%

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
Decimal149153830.0300.460.463.4329.6646.27
Hex959953302E283f1e2e
Octal225231123305650773656
Binary1001010110011001101001111010111010100011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959953; }

 p { color: rgb(149,153,83); }

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

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

 a { background-color: rgb(149,153,83); }

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

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

 span { border-color: rgb(149,153,83); }

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