#4A8966

Color #4A8966 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #4A8966

Tints of Como #4A8966

Color information

#4A8966 (or 0x4A8966) is unknown color: approx Como. HEX triplet: 4A, 89 and 66. RGB value is (74,137,102). Sum of RGB (Red+Green+Blue) = 74+137+102=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8966 is #B57699. Grayscale: #727272. Windows color (decimal): -11892378 or 6719818. OLE color: 6719818.

HSL color Cylindrical-coordinate representation of color #4A8966: hue angle of 146.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8966 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB74137102-
CMYK0.4600.260.46
HSL146.67º29.86%41.37%-
HSV(B)146.67º45.99%53.73%-
XYZ14.1720.3115.74-
YUV114.17121.1399.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.64%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=23.64%
G=43.77%
B=32.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal741371020.4600.260.46146.6729.8641.37
Hex4A89662E01A2E931e29
Octal11221114656032562233651
Binary10010101000100111001101011100110101011101001001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A8966; }

 p { color: rgb(74,137,102); }

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

<style>
 a { background-color: #4A8966; }

 a { background-color: rgb(74,137,102); }

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

<style>
 span { border-color: #4A8966; }

 span { border-color: rgb(74,137,102); }

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