#4C8C7A

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

Shades of Lochinvar #4C8C7A

Tints of Lochinvar #4C8C7A

Color information

#4C8C7A (or 0x4C8C7A) is unknown color: approx Lochinvar. HEX triplet: 4C, 8C and 7A. RGB value is (76,140,122). Sum of RGB (Red+Green+Blue) = 76+140+122=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8C7A is #B37385. Grayscale: #767676. Windows color (decimal): -11760518 or 8031308. OLE color: 8031308.

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

Color convert

RGB76140122-
CMYK0.4600.130.45
HSL163.12º29.63%42.35%-
HSV(B)163.12º45.71%54.9%-
XYZ15.8721.721.76-
YUV118.81129.897.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.49%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=22.49%
G=41.42%
B=36.09%

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
Decimal761401220.4600.130.45163.1229.6342.35
Hex4C8C7A2E0D2Da31e2a
Octal11421417256015552433652
Binary1001100100011001111010101110011011011011010001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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