#4DA18C

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

Shades of Lochinvar #4DA18C

Tints of Lochinvar #4DA18C

Color information

#4DA18C (or 0x4DA18C) is unknown color: approx Lochinvar. HEX triplet: 4D, A1 and 8C. RGB value is (77,161,140). Sum of RGB (Red+Green+Blue) = 77+161+140=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA18C is #B25E73. Grayscale: #858585. Windows color (decimal): -11689588 or 9216333. OLE color: 9216333.

HSL color Cylindrical-coordinate representation of color #4DA18C: hue angle of 165º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA18C is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB77161140-
CMYK0.5200.130.37
HSL165º35.29%46.67%-
HSV(B)165º52.17%63.14%-
XYZ20.5428.9629.32-
YUV133.49131.6787.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.37%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=20.37%
G=42.59%
B=37.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal771611400.5200.130.3716535.2946.67
Hex4DA18C340D25a5232f
Octal11524121464015452454357
Binary100110110100001100011001101000110110010110100101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,161,140); }

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

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

 a { background-color: rgb(77,161,140); }

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

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

 span { border-color: rgb(77,161,140); }

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