#95A548

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

Shades of Green Smoke #95A548

Tints of Green Smoke #95A548

Color information

#95A548 (or 0x95A548) is unknown color: approx Green Smoke. HEX triplet: 95, A5 and 48. RGB value is (149,165,72). Sum of RGB (Red+Green+Blue) = 149+165+72=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #95A548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A548 is #6A5AB7. Grayscale: #959595. Windows color (decimal): -6970040 or 4760981. OLE color: 4760981.

HSL color Cylindrical-coordinate representation of color #95A548: hue angle of 70.32º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95A548 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB14916572-
CMYK0.1000.560.35
HSL70.32º39.24%46.47%-
HSV(B)70.32º56.36%64.71%-
XYZ27.0233.7711.22-
YUV149.6184.2127.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=38.60%
G=42.75%
B=18.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149165720.1000.560.3570.3239.2446.47
Hex95A548A0382346272e
Octal22524511012070431064756
Binary10010101101001011001000101001110001000111000110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,165,72); }

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

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

 a { background-color: rgb(149,165,72); }

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

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

 span { border-color: rgb(149,165,72); }

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