#4DA091

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

Shades of Lochinvar #4DA091

Tints of Lochinvar #4DA091

Color information

#4DA091 (or 0x4DA091) is unknown color: approx Lochinvar. HEX triplet: 4D, A0 and 91. RGB value is (77,160,145). Sum of RGB (Red+Green+Blue) = 77+160+145=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA091 is #B25F6E. Grayscale: #858585. Windows color (decimal): -11689839 or 9543757. OLE color: 9543757.

HSL color Cylindrical-coordinate representation of color #4DA091: hue angle of 169.16º 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 #4DA091 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB77160145-
CMYK0.5200.090.37
HSL169.16º35.02%46.47%-
HSV(B)169.16º51.88%62.75%-
XYZ20.7428.7631.25-
YUV133.47134.587.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.16%
GREEN value IS 160 (62.89% from 255) = 41.88%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=20.16%
G=41.88%
B=37.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal771601450.5200.090.37169.1635.0246.47
Hex4DA091340925a9232e
Octal11524022164011452514356
Binary100110110100000100100011101000100110010110101001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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