Html Css Color HEX #418479 Lochinvar

📋 copy color: '#418479'

red 65 ◦ green 132 ◦ blue 121

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

Shades of Lochinvar #418479

Tints of Lochinvar #418479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

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

R = 20.44%
G = 41.51%
B = 38.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#418479 (or 0x418479) is known color: Lochinvar. HEX triplet: 41, 84 and 79. RGB value is (65,132,121). Sum of RGB (Red+Green+Blue) = 65+132+121=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #418479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418479 is #BE7B86. Grayscale: #6E6E6E. Windows color (decimal): -12483463 or 7963713. OLE color: 7963713.

HSL color Cylindrical-coordinate representation of color #418479: hue angle of 170.15º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418479 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 121 -
CMYK 0.51 0 0.08 0.48
HSL 170.15º 0.34% 0.39% -
HSV(B) 170.15º 0.51% 0.52% -
XYZ 13.88 19.01 21.03 -
YUV 110.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 65 132 121 0.51 0 0.08 0.48 170.15 0.34 0.39
Hex 41 84 79 33 0 8 30 AA 22 27
Octal 101 204 171 63 0 10 60 252 42 47
Binary 1000001 10000100 1111001 110011 0 1000 110000 10101010 100010 100111

Color Harmonies of #418479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418479

Black with #418479

Text Example


Text Example

White with #418479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418479; }

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

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

background-color css

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

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

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

border-color css

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

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

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