#95A44D

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

Shades of Green Smoke #95A44D

Tints of Green Smoke #95A44D

Color information

#95A44D (or 0x95A44D) is unknown color: approx Green Smoke. HEX triplet: 95, A4 and 4D. RGB value is (149,164,77). Sum of RGB (Red+Green+Blue) = 149+164+77=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #95A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A44D is #6A5BB2. Grayscale: #959595. Windows color (decimal): -6970291 or 5088405. OLE color: 5088405.

HSL color Cylindrical-coordinate representation of color #95A44D: hue angle of 70.34º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95A44D is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB14916477-
CMYK0.0900.530.36
HSL70.34º36.1%47.25%-
HSV(B)70.34º53.05%64.31%-
XYZ27.0133.4812.06-
YUV149.687.03127.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=38.21%
G=42.05%
B=19.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149164770.0900.530.3670.3436.147.25
Hex95A44D90352446242f
Octal22524411511065441064457
Binary10010101101001001001101100101101011001001000110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A44D; }

 p { color: rgb(149,164,77); }

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

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

 a { background-color: rgb(149,164,77); }

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

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

 span { border-color: rgb(149,164,77); }

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