Html Css Color HEX #41837B Lochinvar

📋 copy color: '#41837B'

red 65 ◦ green 131 ◦ blue 123

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

Shades of Lochinvar #41837B

Tints of Lochinvar #41837B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 20.38%
G = 41.07%
B = 38.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#41837B (or 0x41837B) is known color: Lochinvar. HEX triplet: 41, 83 and 7B. RGB value is (65,131,123). Sum of RGB (Red+Green+Blue) = 65+131+123=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #41837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41837B is #BE7C84. Grayscale: #6E6E6E. Windows color (decimal): -12483717 or 8094529. OLE color: 8094529.

HSL color Cylindrical-coordinate representation of color #41837B: hue angle of 172.73º 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 #41837B is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 123 -
CMYK 0.50 0 0.06 0.49
HSL 172.73º 0.34% 0.38% -
HSV(B) 172.73º 0.5% 0.51% -
XYZ 13.87 18.79 21.63 -
YUV 110.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 65 131 123 0.50 0 0.06 0.49 172.73 0.34 0.38
Hex 41 83 7B 32 0 6 31 AD 22 26
Octal 101 203 173 62 0 6 61 255 42 46
Binary 1000001 10000011 1111011 110010 0 110 110001 10101101 100010 100110

Color Harmonies of #41837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41837B

Black with #41837B

Text Example


Text Example

White with #41837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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