Html Css Color HEX #4D9D8D Lochinvar

📋 copy color: '#4D9D8D'

red 77 ◦ green 157 ◦ blue 141

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

Shades of Lochinvar #4D9D8D

Tints of Lochinvar #4D9D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 20.53%
G = 41.87%
B = 37.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#4D9D8D (or 0x4D9D8D) is known color: Lochinvar. HEX triplet: 4D, 9D and 8D. RGB value is (77,157,141). Sum of RGB (Red+Green+Blue) = 77+157+141=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9D8D is #B26272. Grayscale: #838383. Windows color (decimal): -11690611 or 9280845. OLE color: 9280845.

HSL color Cylindrical-coordinate representation of color #4D9D8D: hue angle of 168º 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 #4D9D8D is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 157 141 -
CMYK 0.51 0 0.10 0.38
HSL 168º 0.34% 0.46% -
HSV(B) 168º 0.51% 0.62% -
XYZ 19.93 27.61 29.48 -
YUV 131.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 77 157 141 0.51 0 0.10 0.38 168 0.34 0.46
Hex 4D 9D 8D 33 0 A 26 A8 22 2E
Octal 115 235 215 63 0 12 46 250 42 56
Binary 1001101 10011101 10001101 110011 0 1010 100110 10101000 100010 101110

Color Harmonies of #4D9D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9D8D

Black with #4D9D8D

Text Example


Text Example

White with #4D9D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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