Html Css Color HEX #41927E Lochinvar

📋 copy color: '#41927E'

red 65 ◦ green 146 ◦ blue 126

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

Shades of Lochinvar #41927E

Tints of Lochinvar #41927E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.32%

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

R = 19.29%
G = 43.32%
B = 37.39%

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

#41927E (or 0x41927E) is known color: Lochinvar. HEX triplet: 41, 92 and 7E. RGB value is (65,146,126). Sum of RGB (Red+Green+Blue) = 65+146+126=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #41927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41927E is #BE6D81. Grayscale: #777777. Windows color (decimal): -12479874 or 8294977. OLE color: 8294977.

HSL color Cylindrical-coordinate representation of color #41927E: hue angle of 165.19º 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 #41927E is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 146 126 -
CMYK 0.55 0 0.14 0.43
HSL 165.19º 0.38% 0.41% -
HSV(B) 165.19º 0.55% 0.57% -
XYZ 16.22 23.19 23.36 -
YUV 119.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 65 146 126 0.55 0 0.14 0.43 165.19 0.38 0.41
Hex 41 92 7E 37 0 E 2B A5 26 29
Octal 101 222 176 67 0 16 53 245 46 51
Binary 1000001 10010010 1111110 110111 0 1110 101011 10100101 100110 101001

Color Harmonies of #41927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41927E

Black with #41927E

Text Example


Text Example

White with #41927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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