#4C8F66

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

Shades of Como #4C8F66

Tints of Como #4C8F66

Color information

#4C8F66 (or 0x4C8F66) is unknown color: approx Como. HEX triplet: 4C, 8F and 66. RGB value is (76,143,102). Sum of RGB (Red+Green+Blue) = 76+143+102=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8F66 is #B37099. Grayscale: #767676. Windows color (decimal): -11759770 or 6721356. OLE color: 6721356.

HSL color Cylindrical-coordinate representation of color #4C8F66: hue angle of 143.28º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C8F66 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB76143102-
CMYK0.4700.290.44
HSL143.28º30.59%42.94%-
HSV(B)143.28º46.85%56.08%-
XYZ15.222.1416.04-
YUV118.29118.897.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.68%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=23.68%
G=44.55%
B=31.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761431020.4700.290.44143.2830.5942.94
Hex4C8F662F01D2C8f1f2b
Octal11421714657035542173753
Binary10011001000111111001101011110111011011001000111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,143,102); }

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

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

 a { background-color: rgb(76,143,102); }

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

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

 span { border-color: rgb(76,143,102); }

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