#4C9B8E

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

Shades of Lochinvar #4C9B8E

Tints of Lochinvar #4C9B8E

Color information

#4C9B8E (or 0x4C9B8E) is unknown color: approx Lochinvar. HEX triplet: 4C, 9B and 8E. RGB value is (76,155,142). Sum of RGB (Red+Green+Blue) = 76+155+142=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9B8E is #B36471. Grayscale: #818181. Windows color (decimal): -11756658 or 9345868. OLE color: 9345868.

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

Color convert

RGB76155142-
CMYK0.5100.080.39
HSL170.13º34.2%45.29%-
HSV(B)170.13º50.97%60.78%-
XYZ19.5826.9329.76-
YUV129.9134.8389.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.38%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=20.38%
G=41.55%
B=38.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761551420.5100.080.39170.1334.245.29
Hex4C9B8E330827aa222d
Octal11423321663010472524255
Binary100110010011011100011101100110100010011110101010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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