#949E56

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

Shades of Green Smoke #949E56

Tints of Green Smoke #949E56

Color information

#949E56 (or 0x949E56) is unknown color: approx Green Smoke. HEX triplet: 94, 9E and 56. RGB value is (148,158,86). Sum of RGB (Red+Green+Blue) = 148+158+86=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #949E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E56 is #6B61A9. Grayscale: #939393. Windows color (decimal): -7037354 or 5676692. OLE color: 5676692.

HSL color Cylindrical-coordinate representation of color #949E56: hue angle of 68.33º 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 #949E56 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB14815886-
CMYK0.0600.460.38
HSL68.33º29.51%47.84%-
HSV(B)68.33º45.57%61.96%-
XYZ26.1231.4213.49-
YUV146.893.69128.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=37.76%
G=40.31%
B=21.94%

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
Decimal148158860.0600.460.3868.3329.5147.84
Hex949E56602E26441e30
Octal2242361266056461043660
Binary100101001001111010101101100101110100110100010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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