#4C8164

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

Shades of Como #4C8164

Tints of Como #4C8164

Color information

#4C8164 (or 0x4C8164) is unknown color: approx Como. HEX triplet: 4C, 81 and 64. RGB value is (76,129,100). Sum of RGB (Red+Green+Blue) = 76+129+100=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8164 is #B37E9B. Grayscale: #6D6D6D. Windows color (decimal): -11763356 or 6586700. OLE color: 6586700.

HSL color Cylindrical-coordinate representation of color #4C8164: hue angle of 147.17º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8164 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB76129100-
CMYK0.4100.220.49
HSL147.17º25.85%40.2%-
HSV(B)147.17º41.09%50.59%-
XYZ13.1318.1614.87-
YUV109.85122.44103.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=24.92%
G=42.30%
B=32.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal761291000.4100.220.49147.1725.8540.2
Hex4C81642901631931a28
Octal11420114451026612233250
Binary10011001000000111001001010010101101100011001001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,129,100); }

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

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

 a { background-color: rgb(76,129,100); }

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

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

 span { border-color: rgb(76,129,100); }

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