#4DA088

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

Shades of Lochinvar #4DA088

Tints of Lochinvar #4DA088

Color information

#4DA088 (or 0x4DA088) is unknown color: approx Lochinvar. HEX triplet: 4D, A0 and 88. RGB value is (77,160,136). Sum of RGB (Red+Green+Blue) = 77+160+136=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA088 is #B25F77. Grayscale: #848484. Windows color (decimal): -11689848 or 8953933. OLE color: 8953933.

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

Color convert

RGB77160136-
CMYK0.5200.150.37
HSL162.65º35.02%46.47%-
HSV(B)162.65º51.88%62.75%-
XYZ20.0828.527.73-
YUV132.4513088.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.64%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=20.64%
G=42.90%
B=36.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal771601360.5200.150.37162.6535.0246.47
Hex4DA088340F25a3232e
Octal11524021064017452434356
Binary100110110100000100010001101000111110010110100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,160,136); }

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

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

 a { background-color: rgb(77,160,136); }

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

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

 span { border-color: rgb(77,160,136); }

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