Html Css Color HEX #41947C Lochinvar

📋 copy color: '#41947C'

red 65 ◦ green 148 ◦ blue 124

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

Shades of Lochinvar #41947C

Tints of Lochinvar #41947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

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

R = 19.29%
G = 43.92%
B = 36.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#41947C (or 0x41947C) is known color: Lochinvar. HEX triplet: 41, 94 and 7C. RGB value is (65,148,124). Sum of RGB (Red+Green+Blue) = 65+148+124=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #41947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41947C is #BE6B83. Grayscale: #787878. Windows color (decimal): -12479364 or 8164417. OLE color: 8164417.

HSL color Cylindrical-coordinate representation of color #41947C: hue angle of 162.65º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41947C is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 124 -
CMYK 0.56 0 0.16 0.42
HSL 162.65º 0.39% 0.42% -
HSV(B) 162.65º 0.56% 0.58% -
XYZ 16.41 23.76 22.79 -
YUV 120.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 65 148 124 0.56 0 0.16 0.42 162.65 0.39 0.42
Hex 41 94 7C 38 0 10 2A A3 27 2A
Octal 101 224 174 70 0 20 52 243 47 52
Binary 1000001 10010100 1111100 111000 0 10000 101010 10100011 100111 101010

Color Harmonies of #41947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41947C

Black with #41947C

Text Example


Text Example

White with #41947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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