Html Css Color HEX #418879 Lochinvar

📋 copy color: '#418879'

red 65 ◦ green 136 ◦ blue 121

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

Shades of Lochinvar #418879

Tints of Lochinvar #418879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.24%

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

R = 20.19%
G = 42.24%
B = 37.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#418879 (or 0x418879) is known color: Lochinvar. HEX triplet: 41, 88 and 79. RGB value is (65,136,121). Sum of RGB (Red+Green+Blue) = 65+136+121=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #418879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418879 is #BE7786. Grayscale: #717171. Windows color (decimal): -12482439 or 7964737. OLE color: 7964737.

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

Color convert

RGB 65 136 121 -
CMYK 0.52 0 0.11 0.47
HSL 167.32º 0.35% 0.39% -
HSV(B) 167.32º 0.52% 0.53% -
XYZ 14.44 20.11 21.21 -
YUV 113.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 65 136 121 0.52 0 0.11 0.47 167.32 0.35 0.39
Hex 41 88 79 34 0 B 2F A7 23 27
Octal 101 210 171 64 0 13 57 247 43 47
Binary 1000001 10001000 1111001 110100 0 1011 101111 10100111 100011 100111

Color Harmonies of #418879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418879

Black with #418879

Text Example


Text Example

White with #418879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418879; }

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

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

background-color css

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

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

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

border-color css

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

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

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