Html Css Color HEX #41897F Lochinvar

📋 copy color: '#41897F'

red 65 ◦ green 137 ◦ blue 127

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

Shades of Lochinvar #41897F

Tints of Lochinvar #41897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 19.76%
G = 41.64%
B = 38.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#41897F (or 0x41897F) is known color: Lochinvar. HEX triplet: 41, 89 and 7F. RGB value is (65,137,127). Sum of RGB (Red+Green+Blue) = 65+137+127=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #41897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41897F is #BE7680. Grayscale: #727272. Windows color (decimal): -12482177 or 8358209. OLE color: 8358209.

HSL color Cylindrical-coordinate representation of color #41897F: hue angle of 171.67º 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 #41897F is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 127 -
CMYK 0.53 0 0.07 0.46
HSL 171.67º 0.36% 0.4% -
HSV(B) 171.67º 0.53% 0.54% -
XYZ 14.96 20.55 23.26 -
YUV 114.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 65 137 127 0.53 0 0.07 0.46 171.67 0.36 0.4
Hex 41 89 7F 35 0 7 2E AC 24 28
Octal 101 211 177 65 0 7 56 254 44 50
Binary 1000001 10001001 1111111 110101 0 111 101110 10101100 100100 101000

Color Harmonies of #41897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41897F

Black with #41897F

Text Example


Text Example

White with #41897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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