Html Css Color HEX #4DA094 Lochinvar

📋 copy color: '#4DA094'

red 77 ◦ green 160 ◦ blue 148

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

Shades of Lochinvar #4DA094

Tints of Lochinvar #4DA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 20%
G = 41.56%
B = 38.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#4DA094 (or 0x4DA094) is known color: Lochinvar. HEX triplet: 4D, A0 and 94. RGB value is (77,160,148). Sum of RGB (Red+Green+Blue) = 77+160+148=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA094 is #B25F6B. Grayscale: #858585. Windows color (decimal): -11689836 or 9740365. OLE color: 9740365.

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

Color convert

RGB 77 160 148 -
CMYK 0.52 0 0.07 0.37
HSL 171.33º 0.35% 0.46% -
HSV(B) 171.33º 0.52% 0.63% -
XYZ 20.98 28.86 32.48 -
YUV 133.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 77 160 148 0.52 0 0.07 0.37 171.33 0.35 0.46
Hex 4D A0 94 34 0 7 25 AB 23 2E
Octal 115 240 224 64 0 7 45 253 43 56
Binary 1001101 10100000 10010100 110100 0 111 100101 10101011 100011 101110

Color Harmonies of #4DA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA094

Black with #4DA094

Text Example


Text Example

White with #4DA094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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