Html Css Color HEX #41897C Lochinvar

📋 copy color: '#41897C'

red 65 ◦ green 137 ◦ blue 124

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

Shades of Lochinvar #41897C

Tints of Lochinvar #41897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.02%

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

R = 19.94%
G = 42.02%
B = 38.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#41897C (or 0x41897C) is known color: Lochinvar. HEX triplet: 41, 89 and 7C. RGB value is (65,137,124). Sum of RGB (Red+Green+Blue) = 65+137+124=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #41897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41897C is #BE7683. Grayscale: #717171. Windows color (decimal): -12482180 or 8161601. OLE color: 8161601.

HSL color Cylindrical-coordinate representation of color #41897C: hue angle of 169.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41897C is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 124 -
CMYK 0.53 0 0.09 0.46
HSL 169.17º 0.36% 0.4% -
HSV(B) 169.17º 0.53% 0.54% -
XYZ 14.76 20.47 22.24 -
YUV 113.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 65 137 124 0.53 0 0.09 0.46 169.17 0.36 0.4
Hex 41 89 7C 35 0 9 2E A9 24 28
Octal 101 211 174 65 0 11 56 251 44 50
Binary 1000001 10001001 1111100 110101 0 1001 101110 10101001 100100 101000

Color Harmonies of #41897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41897C

Black with #41897C

Text Example


Text Example

White with #41897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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