Html Css Color HEX #419079 Lochinvar

📋 copy color: '#419079'

red 65 ◦ green 144 ◦ blue 121

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

Shades of Lochinvar #419079

Tints of Lochinvar #419079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

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

R = 19.7%
G = 43.64%
B = 36.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#419079 (or 0x419079) is known color: Lochinvar. HEX triplet: 41, 90 and 79. RGB value is (65,144,121). Sum of RGB (Red+Green+Blue) = 65+144+121=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #419079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419079 is #BE6F86. Grayscale: #757575. Windows color (decimal): -12480391 or 7966785. OLE color: 7966785.

HSL color Cylindrical-coordinate representation of color #419079: hue angle of 162.53º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419079 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 121 -
CMYK 0.55 0 0.16 0.44
HSL 162.53º 0.38% 0.41% -
HSV(B) 162.53º 0.55% 0.56% -
XYZ 15.6 22.45 21.6 -
YUV 117.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 65 144 121 0.55 0 0.16 0.44 162.53 0.38 0.41
Hex 41 90 79 37 0 10 2C A3 26 29
Octal 101 220 171 67 0 20 54 243 46 51
Binary 1000001 10010000 1111001 110111 0 10000 101100 10100011 100110 101001

Color Harmonies of #419079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419079

Black with #419079

Text Example


Text Example

White with #419079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419079; }

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

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

background-color css

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

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

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

border-color css

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

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

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