#4C8F7A

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

Shades of Lochinvar #4C8F7A

Tints of Lochinvar #4C8F7A

Color information

#4C8F7A (or 0x4C8F7A) is unknown color: approx Lochinvar. HEX triplet: 4C, 8F and 7A. RGB value is (76,143,122). Sum of RGB (Red+Green+Blue) = 76+143+122=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8F7A is #B37085. Grayscale: #787878. Windows color (decimal): -11759750 or 8032076. OLE color: 8032076.

HSL color Cylindrical-coordinate representation of color #4C8F7A: hue angle of 161.19º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C8F7A is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB76143122-
CMYK0.4700.150.44
HSL161.19º30.59%42.94%-
HSV(B)161.19º46.85%56.08%-
XYZ16.3222.5921.91-
YUV120.57128.896.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=22.29%
G=41.94%
B=35.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761431220.4700.150.44161.1930.5942.94
Hex4C8F7A2F0F2Ca11f2b
Octal11421717257017542413753
Binary1001100100011111111010101111011111011001010000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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