#919E4D

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

Shades of Green Smoke #919E4D

Tints of Green Smoke #919E4D

Color information

#919E4D (or 0x919E4D) is unknown color: approx Green Smoke. HEX triplet: 91, 9E and 4D. RGB value is (145,158,77). Sum of RGB (Red+Green+Blue) = 145+158+77=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #919E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E4D is #6E61B2. Grayscale: #919191. Windows color (decimal): -7233971 or 5086865. OLE color: 5086865.

HSL color Cylindrical-coordinate representation of color #919E4D: hue angle of 69.63º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #919E4D is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB14515877-
CMYK0.0800.510.38
HSL69.63º34.47%46.08%-
HSV(B)69.63º51.27%61.96%-
XYZ25.2431.0111.68-
YUV144.8889.69128.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=38.16%
G=41.58%
B=20.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145158770.0800.510.3869.6334.4746.08
Hex919E4D80332646222e
Octal22123611510063461064256
Binary10010001100111101001101100001100111001101000110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919E4D; }

 p { color: rgb(145,158,77); }

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

<style>
 a { background-color: #919E4D; }

 a { background-color: rgb(145,158,77); }

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

<style>
 span { border-color: #919E4D; }

 span { border-color: rgb(145,158,77); }

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