#4C917B

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

Shades of Lochinvar #4C917B

Tints of Lochinvar #4C917B

Color information

#4C917B (or 0x4C917B) is unknown color: approx Lochinvar. HEX triplet: 4C, 91 and 7B. RGB value is (76,145,123). Sum of RGB (Red+Green+Blue) = 76+145+123=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #4C917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C917B is #B36E84. Grayscale: #797979. Windows color (decimal): -11759237 or 8098124. OLE color: 8098124.

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

Color convert

RGB76145123-
CMYK0.4800.150.43
HSL160.87º31.22%43.33%-
HSV(B)160.87º47.59%56.86%-
XYZ16.6823.2222.34-
YUV121.86128.6495.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=22.09%
G=42.15%
B=35.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761451230.4800.150.43160.8731.2243.33
Hex4C917B300F2Ba11f2b
Octal11422117360017532413753
Binary1001100100100011111011110000011111010111010000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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