Html Css Color HEX #41837C Lochinvar

📋 copy color: '#41837C'

red 65 ◦ green 131 ◦ blue 124

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

Shades of Lochinvar #41837C

Tints of Lochinvar #41837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 20.31%
G = 40.94%
B = 38.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#41837C (or 0x41837C) is known color: Lochinvar. HEX triplet: 41, 83 and 7C. RGB value is (65,131,124). Sum of RGB (Red+Green+Blue) = 65+131+124=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #41837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41837C is #BE7C83. Grayscale: #6E6E6E. Windows color (decimal): -12483716 or 8160065. OLE color: 8160065.

HSL color Cylindrical-coordinate representation of color #41837C: hue angle of 173.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41837C is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 124 -
CMYK 0.50 0 0.05 0.49
HSL 173.64º 0.34% 0.38% -
HSV(B) 173.64º 0.5% 0.51% -
XYZ 13.93 18.81 21.97 -
YUV 110.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 65 131 124 0.50 0 0.05 0.49 173.64 0.34 0.38
Hex 41 83 7C 32 0 5 31 AE 22 26
Octal 101 203 174 62 0 5 61 256 42 46
Binary 1000001 10000011 1111100 110010 0 101 110001 10101110 100010 100110

Color Harmonies of #41837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41837C

Black with #41837C

Text Example


Text Example

White with #41837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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