Html Css Color HEX #418979 Lochinvar

📋 copy color: '#418979'

red 65 ◦ green 137 ◦ blue 121

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

Shades of Lochinvar #418979

Tints of Lochinvar #418979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 20.12%
G = 42.41%
B = 37.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#418979 (or 0x418979) is known color: Lochinvar. HEX triplet: 41, 89 and 79. RGB value is (65,137,121). Sum of RGB (Red+Green+Blue) = 65+137+121=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #418979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418979 is #BE7686. Grayscale: #717171. Windows color (decimal): -12482183 or 7964993. OLE color: 7964993.

HSL color Cylindrical-coordinate representation of color #418979: hue angle of 166.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418979 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 121 -
CMYK 0.53 0 0.12 0.46
HSL 166.67º 0.36% 0.4% -
HSV(B) 166.67º 0.53% 0.54% -
XYZ 14.58 20.4 21.26 -
YUV 113.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 65 137 121 0.53 0 0.12 0.46 166.67 0.36 0.4
Hex 41 89 79 35 0 C 2E A7 24 28
Octal 101 211 171 65 0 14 56 247 44 50
Binary 1000001 10001001 1111001 110101 0 1100 101110 10100111 100100 101000

Color Harmonies of #418979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418979

Black with #418979

Text Example


Text Example

White with #418979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418979; }

 p { color: rgb(65,137,121); }

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

background-color css

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

 a { background-color: rgb(65,137,121); }

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

border-color css

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

 span { border-color: rgb(65,137,121); }

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