Html Css Color HEX #41917C Lochinvar

📋 copy color: '#41917C'

red 65 ◦ green 145 ◦ blue 124

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

Shades of Lochinvar #41917C

Tints of Lochinvar #41917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 19.46%
G = 43.41%
B = 37.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#41917C (or 0x41917C) is known color: Lochinvar. HEX triplet: 41, 91 and 7C. RGB value is (65,145,124). Sum of RGB (Red+Green+Blue) = 65+145+124=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #41917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41917C is #BE6E83. Grayscale: #767676. Windows color (decimal): -12480132 or 8163649. OLE color: 8163649.

HSL color Cylindrical-coordinate representation of color #41917C: hue angle of 164.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41917C is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 124 -
CMYK 0.55 0 0.14 0.43
HSL 164.25º 0.38% 0.41% -
HSV(B) 164.25º 0.55% 0.57% -
XYZ 15.94 22.83 22.64 -
YUV 118.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 65 145 124 0.55 0 0.14 0.43 164.25 0.38 0.41
Hex 41 91 7C 37 0 E 2B A4 26 29
Octal 101 221 174 67 0 16 53 244 46 51
Binary 1000001 10010001 1111100 110111 0 1110 101011 10100100 100110 101001

Color Harmonies of #41917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41917C

Black with #41917C

Text Example


Text Example

White with #41917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41917C; }

 p { color: rgb(65,145,124); }

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

background-color css

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

 a { background-color: rgb(65,145,124); }

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

border-color css

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

 span { border-color: rgb(65,145,124); }

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