Html Css Color HEX #418379 Lochinvar

📋 copy color: '#418379'

red 65 ◦ green 131 ◦ blue 121

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

Shades of Lochinvar #418379

Tints of Lochinvar #418379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

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

R = 20.5%
G = 41.32%
B = 38.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#418379 (or 0x418379) is known color: Lochinvar. HEX triplet: 41, 83 and 79. RGB value is (65,131,121). Sum of RGB (Red+Green+Blue) = 65+131+121=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #418379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418379 is #BE7C86. Grayscale: #6E6E6E. Windows color (decimal): -12483719 or 7963457. OLE color: 7963457.

HSL color Cylindrical-coordinate representation of color #418379: hue angle of 170.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418379 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 121 -
CMYK 0.50 0 0.08 0.49
HSL 170.91º 0.34% 0.38% -
HSV(B) 170.91º 0.5% 0.51% -
XYZ 13.75 18.74 20.98 -
YUV 110.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 65 131 121 0.50 0 0.08 0.49 170.91 0.34 0.38
Hex 41 83 79 32 0 8 31 AB 22 26
Octal 101 203 171 62 0 10 61 253 42 46
Binary 1000001 10000011 1111001 110010 0 1000 110001 10101011 100010 100110

Color Harmonies of #418379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418379

Black with #418379

Text Example


Text Example

White with #418379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418379; }

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

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

background-color css

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

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

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

border-color css

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

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

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