#95A748

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

Shades of Green Smoke #95A748

Tints of Green Smoke #95A748

Color information

#95A748 (or 0x95A748) is unknown color: approx Green Smoke. HEX triplet: 95, A7 and 48. RGB value is (149,167,72). Sum of RGB (Red+Green+Blue) = 149+167+72=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #95A748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A748 is #6A58B7. Grayscale: #979797. Windows color (decimal): -6969528 or 4761493. OLE color: 4761493.

HSL color Cylindrical-coordinate representation of color #95A748: hue angle of 71.37º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95A748 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB14916772-
CMYK0.1100.570.35
HSL71.37º39.75%46.86%-
HSV(B)71.37º56.89%65.49%-
XYZ27.3834.4911.35-
YUV150.7983.54126.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=38.40%
G=43.04%
B=18.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149167720.1100.570.3571.3739.7546.86
Hex95A748B0392347282f
Octal22524711013071431075057
Binary10010101101001111001000101101110011000111000111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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