Html Css Color HEX #4D8F7C Lochinvar

📋 copy color: '#4D8F7C'

red 77 ◦ green 143 ◦ blue 124

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

Shades of Lochinvar #4D8F7C

Tints of Lochinvar #4D8F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 22.38%
G = 41.57%
B = 36.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#4D8F7C (or 0x4D8F7C) is known color: Lochinvar. HEX triplet: 4D, 8F and 7C. RGB value is (77,143,124). Sum of RGB (Red+Green+Blue) = 77+143+124=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F7C is #B27083. Grayscale: #797979. Windows color (decimal): -11694212 or 8163149. OLE color: 8163149.

HSL color Cylindrical-coordinate representation of color #4D8F7C: hue angle of 162.73º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8F7C is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 143 124 -
CMYK 0.46 0 0.13 0.44
HSL 162.73º 0.3% 0.43% -
HSV(B) 162.73º 0.46% 0.56% -
XYZ 16.52 22.68 22.58 -
YUV 121.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 77 143 124 0.46 0 0.13 0.44 162.73 0.3 0.43
Hex 4D 8F 7C 2E 0 D 2C A3 1E 2B
Octal 115 217 174 56 0 15 54 243 36 53
Binary 1001101 10001111 1111100 101110 0 1101 101100 10100011 11110 101011

Color Harmonies of #4D8F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8F7C

Black with #4D8F7C

Text Example


Text Example

White with #4D8F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,143,124); }

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

background-color css

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

 a { background-color: rgb(77,143,124); }

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

border-color css

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

 span { border-color: rgb(77,143,124); }

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