#959E52

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

Shades of Green Smoke #959E52

Tints of Green Smoke #959E52

Color information

#959E52 (or 0x959E52) is unknown color: approx Green Smoke. HEX triplet: 95, 9E and 52. RGB value is (149,158,82). Sum of RGB (Red+Green+Blue) = 149+158+82=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #959E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E52 is #6A61AD. Grayscale: #929292. Windows color (decimal): -6971822 or 5414549. OLE color: 5414549.

HSL color Cylindrical-coordinate representation of color #959E52: hue angle of 67.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #959E52 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB14915882-
CMYK0.0600.480.38
HSL67.11º31.67%47.06%-
HSV(B)67.11º48.1%61.96%-
XYZ26.1431.4512.68-
YUV146.6591.52129.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=38.30%
G=40.62%
B=21.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149158820.0600.480.3867.1131.6747.06
Hex959E5260302643202f
Octal2252361226060461034057
Binary1001010110011110101001011001100001001101000011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959E52; }

 p { color: rgb(149,158,82); }

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

<style>
 a { background-color: #959E52; }

 a { background-color: rgb(149,158,82); }

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

<style>
 span { border-color: #959E52; }

 span { border-color: rgb(149,158,82); }

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