#4C887B

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

Shades of Lochinvar #4C887B

Tints of Lochinvar #4C887B

Color information

#4C887B (or 0x4C887B) is unknown color: approx Lochinvar. HEX triplet: 4C, 88 and 7B. RGB value is (76,136,123). Sum of RGB (Red+Green+Blue) = 76+136+123=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #4C887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C887B is #B37784. Grayscale: #747474. Windows color (decimal): -11761541 or 8095820. OLE color: 8095820.

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

Color convert

RGB76136123-
CMYK0.4400.100.47
HSL167º28.3%41.57%-
HSV(B)167º44.12%53.33%-
XYZ15.3620.5721.9-
YUV116.58131.6299.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=22.69%
G=40.60%
B=36.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761361230.4400.100.4716728.341.57
Hex4C887B2C0A2Fa71c2a
Octal11421017354012572473452
Binary1001100100010001111011101100010101011111010011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,136,123); }

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

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

 a { background-color: rgb(76,136,123); }

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

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

 span { border-color: rgb(76,136,123); }

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