#4C8D7A

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

Shades of Lochinvar #4C8D7A

Tints of Lochinvar #4C8D7A

Color information

#4C8D7A (or 0x4C8D7A) is unknown color: approx Lochinvar. HEX triplet: 4C, 8D and 7A. RGB value is (76,141,122). Sum of RGB (Red+Green+Blue) = 76+141+122=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D7A is #B37285. Grayscale: #777777. Windows color (decimal): -11760262 or 8031564. OLE color: 8031564.

HSL color Cylindrical-coordinate representation of color #4C8D7A: hue angle of 162.46º 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 #4C8D7A is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB76141122-
CMYK0.4600.130.45
HSL162.46º29.95%42.55%-
HSV(B)162.46º46.1%55.29%-
XYZ16.0221.9921.81-
YUV119.4129.4797.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.42%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=22.42%
G=41.59%
B=35.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761411220.4600.130.45162.4629.9542.55
Hex4C8D7A2E0D2Da21e2b
Octal11421517256015552423653
Binary1001100100011011111010101110011011011011010001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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