#95A359

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

Shades of Green Smoke #95A359

Tints of Green Smoke #95A359

Color information

#95A359 (or 0x95A359) is unknown color: approx Green Smoke. HEX triplet: 95, A3 and 59. RGB value is (149,163,89). Sum of RGB (Red+Green+Blue) = 149+163+89=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #95A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A359 is #6A5CA6. Grayscale: #969696. Windows color (decimal): -6970535 or 5874581. OLE color: 5874581.

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

Color convert

RGB14916389-
CMYK0.0900.450.36
HSL71.35º29.37%49.41%-
HSV(B)71.35º45.4%63.92%-
XYZ27.2933.3114.44-
YUV150.3893.36127.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 163 (64.06% from 255) = 40.65%
BLUE value IS 89 (35.16% from 255) = 22.19%
R=37.16%
G=40.65%
B=22.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149163890.0900.450.3671.3529.3749.41
Hex95A359902D24471d31
Octal22524313111055441073561
Binary1001010110100011101100110010101101100100100011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,163,89); }

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

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

 a { background-color: rgb(149,163,89); }

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

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

 span { border-color: rgb(149,163,89); }

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