#4C9B7E

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

Shades of Lochinvar #4C9B7E

Tints of Lochinvar #4C9B7E

Color information

#4C9B7E (or 0x4C9B7E) is unknown color: approx Lochinvar. HEX triplet: 4C, 9B and 7E. RGB value is (76,155,126). Sum of RGB (Red+Green+Blue) = 76+155+126=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9B7E is #B36481. Grayscale: #808080. Windows color (decimal): -11756674 or 8297292. OLE color: 8297292.

HSL color Cylindrical-coordinate representation of color #4C9B7E: hue angle of 157.97º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9B7E is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB76155126-
CMYK0.5100.190.39
HSL157.97º34.2%45.29%-
HSV(B)157.97º50.97%60.78%-
XYZ18.4726.4923.88-
YUV128.07126.8390.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=21.29%
G=43.42%
B=35.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761551260.5100.190.39157.9734.245.29
Hex4C9B7E33013279e222d
Octal11423317663023472364255
Binary100110010011011111111011001101001110011110011110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,155,126); }

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

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

 a { background-color: rgb(76,155,126); }

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

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

 span { border-color: rgb(76,155,126); }

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