#4A8864

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

Shades of Como #4A8864

Tints of Como #4A8864

Color information

#4A8864 (or 0x4A8864) is unknown color: approx Como. HEX triplet: 4A, 88 and 64. RGB value is (74,136,100). Sum of RGB (Red+Green+Blue) = 74+136+100=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8864 is #B5779B. Grayscale: #717171. Windows color (decimal): -11892636 or 6588490. OLE color: 6588490.

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

Color convert

RGB74136100-
CMYK0.4600.260.47
HSL145.16º29.52%41.18%-
HSV(B)145.16º45.59%53.33%-
XYZ13.9319.9815.18-
YUV113.36120.4699.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=23.87%
G=43.87%
B=32.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741361000.4600.260.47145.1629.5241.18
Hex4A88642E01A2F911e29
Octal11221014456032572213651
Binary10010101000100011001001011100110101011111001000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,136,100); }

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

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

 a { background-color: rgb(74,136,100); }

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

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

 span { border-color: rgb(74,136,100); }

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