#4C867F

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

Shades of Lochinvar #4C867F

Tints of Lochinvar #4C867F

Color information

#4C867F (or 0x4C867F) is unknown color: approx Lochinvar. HEX triplet: 4C, 86 and 7F. RGB value is (76,134,127). Sum of RGB (Red+Green+Blue) = 76+134+127=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #4C867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C867F is #B37980. Grayscale: #737373. Windows color (decimal): -11762049 or 8357452. OLE color: 8357452.

HSL color Cylindrical-coordinate representation of color #4C867F: hue angle of 172.76º 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 #4C867F is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB76134127-
CMYK0.4300.050.47
HSL172.76º27.62%41.18%-
HSV(B)172.76º43.28%52.55%-
XYZ15.3420.1223.15-
YUV115.86134.2899.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.55%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 127 (50% from 255) = 37.69%
R=22.55%
G=39.76%
B=37.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761341270.4300.050.47172.7627.6241.18
Hex4C867F2B052Fad1c29
Octal1142061775305572553451
Binary100110010000110111111110101101011011111010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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