Html Css Color HEX #418D7C Lochinvar

📋 copy color: '#418D7C'

red 65 ◦ green 141 ◦ blue 124

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

Shades of Lochinvar #418D7C

Tints of Lochinvar #418D7C

RGB

 RED value IS 65 (25.78% from 255) = 19.7%

 GREEN value IS 141 (55.47% from 255) = 42.73%

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

R = 19.7%
G = 42.73%
B = 37.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#418D7C (or 0x418D7C) is known color: Lochinvar. HEX triplet: 41, 8D and 7C. RGB value is (65,141,124). Sum of RGB (Red+Green+Blue) = 65+141+124=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #418D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D7C is #BE7283. Grayscale: #747474. Windows color (decimal): -12481156 or 8162625. OLE color: 8162625.

HSL color Cylindrical-coordinate representation of color #418D7C: hue angle of 166.58º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D7C is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 141 124 -
CMYK 0.54 0 0.12 0.45
HSL 166.58º 0.37% 0.4% -
HSV(B) 166.58º 0.54% 0.55% -
XYZ 15.34 21.63 22.43 -
YUV 116.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 65 141 124 0.54 0 0.12 0.45 166.58 0.37 0.4
Hex 41 8D 7C 36 0 C 2D A7 25 28
Octal 101 215 174 66 0 14 55 247 45 50
Binary 1000001 10001101 1111100 110110 0 1100 101101 10100111 100101 101000

Color Harmonies of #418D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D7C

Black with #418D7C

Text Example


Text Example

White with #418D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418D7C; }

 p { color: rgb(65,141,124); }

 H1.HeaderClassName
 {
   color: #418D7C;
 }
 .AnyTagClassName
 {
   color: #418D7C;
 }
</style>

background-color css

<style>
 a { background-color: #418D7C; }

 a { background-color: rgb(65,141,124); }

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

border-color css

<style>
 span { border-color: #418D7C; }

 span { border-color: rgb(65,141,124); }

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