Html Css Color HEX #41947A Lochinvar

📋 copy color: '#41947A'

red 65 ◦ green 148 ◦ blue 122

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

Shades of Lochinvar #41947A

Tints of Lochinvar #41947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 19.4%
G = 44.18%
B = 36.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#41947A (or 0x41947A) is known color: Lochinvar. HEX triplet: 41, 94 and 7A. RGB value is (65,148,122). Sum of RGB (Red+Green+Blue) = 65+148+122=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #41947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41947A is #BE6B85. Grayscale: #787878. Windows color (decimal): -12479366 or 8033345. OLE color: 8033345.

HSL color Cylindrical-coordinate representation of color #41947A: hue angle of 161.2º 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 #41947A is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 122 -
CMYK 0.56 0 0.18 0.42
HSL 161.2º 0.39% 0.42% -
HSV(B) 161.2º 0.56% 0.58% -
XYZ 16.28 23.71 22.13 -
YUV 120.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 65 148 122 0.56 0 0.18 0.42 161.2 0.39 0.42
Hex 41 94 7A 38 0 12 2A A1 27 2A
Octal 101 224 172 70 0 22 52 241 47 52
Binary 1000001 10010100 1111010 111000 0 10010 101010 10100001 100111 101010

Color Harmonies of #41947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41947A

Black with #41947A

Text Example


Text Example

White with #41947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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