Html Css Color HEX #418679 Lochinvar

📋 copy color: '#418679'

red 65 ◦ green 134 ◦ blue 121

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

Shades of Lochinvar #418679

Tints of Lochinvar #418679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

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

R = 20.31%
G = 41.88%
B = 37.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#418679 (or 0x418679) is known color: Lochinvar. HEX triplet: 41, 86 and 79. RGB value is (65,134,121). Sum of RGB (Red+Green+Blue) = 65+134+121=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #418679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418679 is #BE7986. Grayscale: #6F6F6F. Windows color (decimal): -12482951 or 7964225. OLE color: 7964225.

HSL color Cylindrical-coordinate representation of color #418679: hue angle of 168.7º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418679 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 121 -
CMYK 0.51 0 0.10 0.47
HSL 168.7º 0.35% 0.39% -
HSV(B) 168.7º 0.51% 0.53% -
XYZ 14.16 19.55 21.12 -
YUV 111.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 65 134 121 0.51 0 0.10 0.47 168.7 0.35 0.39
Hex 41 86 79 33 0 A 2F A9 23 27
Octal 101 206 171 63 0 12 57 251 43 47
Binary 1000001 10000110 1111001 110011 0 1010 101111 10101001 100011 100111

Color Harmonies of #418679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418679

Black with #418679

Text Example


Text Example

White with #418679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418679; }

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

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

background-color css

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

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

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

border-color css

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

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

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