Html Css Color HEX #41967E Lochinvar

📋 copy color: '#41967E'

red 65 ◦ green 150 ◦ blue 126

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

Shades of Lochinvar #41967E

Tints of Lochinvar #41967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 19.06%
G = 43.99%
B = 36.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#41967E (or 0x41967E) is known color: Lochinvar. HEX triplet: 41, 96 and 7E. RGB value is (65,150,126). Sum of RGB (Red+Green+Blue) = 65+150+126=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #41967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41967E is #BE6981. Grayscale: #797979. Windows color (decimal): -12478850 or 8296001. OLE color: 8296001.

HSL color Cylindrical-coordinate representation of color #41967E: hue angle of 163.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41967E is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 126 -
CMYK 0.57 0 0.16 0.41
HSL 163.06º 0.4% 0.42% -
HSV(B) 163.06º 0.57% 0.59% -
XYZ 16.85 24.44 23.57 -
YUV 121.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 65 150 126 0.57 0 0.16 0.41 163.06 0.4 0.42
Hex 41 96 7E 39 0 10 29 A3 28 2A
Octal 101 226 176 71 0 20 51 243 50 52
Binary 1000001 10010110 1111110 111001 0 10000 101001 10100011 101000 101010

Color Harmonies of #41967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41967E

Black with #41967E

Text Example


Text Example

White with #41967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41967E; }

 p { color: rgb(65,150,126); }

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

background-color css

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

 a { background-color: rgb(65,150,126); }

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

border-color css

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

 span { border-color: rgb(65,150,126); }

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