#4C8B7F

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

Shades of Lochinvar #4C8B7F

Tints of Lochinvar #4C8B7F

Color information

#4C8B7F (or 0x4C8B7F) is unknown color: approx Lochinvar. HEX triplet: 4C, 8B and 7F. RGB value is (76,139,127). Sum of RGB (Red+Green+Blue) = 76+139+127=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8B7F is #B37480. Grayscale: #767676. Windows color (decimal): -11760769 or 8358732. OLE color: 8358732.

HSL color Cylindrical-coordinate representation of color #4C8B7F: hue angle of 168.57º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8B7F is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB76139127-
CMYK0.4500.090.45
HSL168.57º29.3%42.16%-
HSV(B)168.57º45.32%54.51%-
XYZ16.0421.5323.39-
YUV118.79132.6397.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.22%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 127 (50% from 255) = 37.13%
R=22.22%
G=40.64%
B=37.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761391270.4500.090.45168.5729.342.16
Hex4C8B7F2D092Da91d2a
Octal11421317755011552513552
Binary1001100100010111111111101101010011011011010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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