#4C8D82

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

Shades of Lochinvar #4C8D82

Tints of Lochinvar #4C8D82

Color information

#4C8D82 (or 0x4C8D82) is unknown color: approx Lochinvar. HEX triplet: 4C, 8D and 82. RGB value is (76,141,130). Sum of RGB (Red+Green+Blue) = 76+141+130=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8D82 is #B3727D. Grayscale: #787878. Windows color (decimal): -11760254 or 8555852. OLE color: 8555852.

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

Color convert

RGB76141130-
CMYK0.4600.080.45
HSL169.85º29.95%42.55%-
HSV(B)169.85º46.1%55.29%-
XYZ16.5322.224.53-
YUV120.31133.4796.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 141 (55.47% from 255) = 40.63%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=21.90%
G=40.63%
B=37.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761411300.4600.080.45169.8529.9542.55
Hex4C8D822E082Daa1e2b
Octal11421520256010552523653
Binary10011001000110110000010101110010001011011010101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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