#4C867A

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

Shades of Lochinvar #4C867A

Tints of Lochinvar #4C867A

Color information

#4C867A (or 0x4C867A) is unknown color: approx Lochinvar. HEX triplet: 4C, 86 and 7A. RGB value is (76,134,122). Sum of RGB (Red+Green+Blue) = 76+134+122=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #4C867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C867A is #B37985. Grayscale: #737373. Windows color (decimal): -11762054 or 8029772. OLE color: 8029772.

HSL color Cylindrical-coordinate representation of color #4C867A: hue angle of 167.59º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C867A is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB76134122-
CMYK0.4300.090.47
HSL167.59º27.62%41.18%-
HSV(B)167.59º43.28%52.55%-
XYZ15.0219.9921.48-
YUV115.29131.7899.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=22.89%
G=40.36%
B=36.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761341220.4300.090.47167.5927.6241.18
Hex4C867A2B092Fa81c29
Octal11420617253011572503451
Binary1001100100001101111010101011010011011111010100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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