Html Css Color HEX #4D9D91 Lochinvar

📋 copy color: '#4D9D91'

red 77 ◦ green 157 ◦ blue 145

#4D9D91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #4D9D91

Tints of Lochinvar #4D9D91

RGB

 RED value IS 77 (30.47% from 255) = 20.32%

 GREEN value IS 157 (61.72% from 255) = 41.42%

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 20.32%
G = 41.42%
B = 38.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#4D9D91 (or 0x4D9D91) is known color: Lochinvar. HEX triplet: 4D, 9D and 91. RGB value is (77,157,145). Sum of RGB (Red+Green+Blue) = 77+157+145=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9D91 is #B2626E. Grayscale: #838383. Windows color (decimal): -11690607 or 9542989. OLE color: 9542989.

HSL color Cylindrical-coordinate representation of color #4D9D91: hue angle of 171º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9D91 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 157 145 -
CMYK 0.51 0 0.08 0.38
HSL 171º 0.34% 0.46% -
HSV(B) 171º 0.51% 0.62% -
XYZ 20.23 27.74 31.08 -
YUV 131.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 77 157 145 0.51 0 0.08 0.38 171 0.34 0.46
Hex 4D 9D 91 33 0 8 26 AB 22 2E
Octal 115 235 221 63 0 10 46 253 42 56
Binary 1001101 10011101 10010001 110011 0 1000 100110 10101011 100010 101110

Color Harmonies of #4D9D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9D91

Black with #4D9D91

Text Example


Text Example

White with #4D9D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D9D91;
 }
 .AnyTagClassName
 {
   color: #4D9D91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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