Html Css Color HEX #41887E Lochinvar

📋 copy color: '#41887E'

red 65 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #41887E

Tints of Lochinvar #41887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.59%

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

R = 19.88%
G = 41.59%
B = 38.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#41887E (or 0x41887E) is known color: Lochinvar. HEX triplet: 41, 88 and 7E. RGB value is (65,136,126). Sum of RGB (Red+Green+Blue) = 65+136+126=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #41887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41887E is #BE7781. Grayscale: #717171. Windows color (decimal): -12482434 or 8292417. OLE color: 8292417.

HSL color Cylindrical-coordinate representation of color #41887E: hue angle of 171.55º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41887E is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 126 -
CMYK 0.52 0 0.07 0.47
HSL 171.55º 0.35% 0.39% -
HSV(B) 171.55º 0.52% 0.53% -
XYZ 14.75 20.24 22.87 -
YUV 113.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 65 136 126 0.52 0 0.07 0.47 171.55 0.35 0.39
Hex 41 88 7E 34 0 7 2F AC 23 27
Octal 101 210 176 64 0 7 57 254 43 47
Binary 1000001 10001000 1111110 110100 0 111 101111 10101100 100011 100111

Color Harmonies of #41887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41887E

Black with #41887E

Text Example


Text Example

White with #41887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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