#4C8D62

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

Shades of Como #4C8D62

Tints of Como #4C8D62

Color information

#4C8D62 (or 0x4C8D62) is unknown color: approx Como. HEX triplet: 4C, 8D and 62. RGB value is (76,141,98). Sum of RGB (Red+Green+Blue) = 76+141+98=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D62 is #B3729D. Grayscale: #747474. Windows color (decimal): -11760286 or 6458700. OLE color: 6458700.

HSL color Cylindrical-coordinate representation of color #4C8D62: hue angle of 140.31º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D62 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB7614198-
CMYK0.4600.300.45
HSL140.31º29.95%42.55%-
HSV(B)140.31º46.1%55.29%-
XYZ14.7121.4714.92-
YUV116.66117.4799-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=24.13%
G=44.76%
B=31.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76141980.4600.300.45140.3129.9542.55
Hex4C8D622E01E2D8c1e2b
Octal11421514256036552143653
Binary10011001000110111000101011100111101011011000110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,141,98); }

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

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

 a { background-color: rgb(76,141,98); }

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

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

 span { border-color: rgb(76,141,98); }

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