Html Css Color HEX #41887A Lochinvar

📋 copy color: '#41887A'

red 65 ◦ green 136 ◦ blue 122

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

Shades of Lochinvar #41887A

Tints of Lochinvar #41887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 20.12%
G = 42.11%
B = 37.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#41887A (or 0x41887A) is known color: Lochinvar. HEX triplet: 41, 88 and 7A. RGB value is (65,136,122). Sum of RGB (Red+Green+Blue) = 65+136+122=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #41887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41887A is #BE7785. Grayscale: #717171. Windows color (decimal): -12482438 or 8030273. OLE color: 8030273.

HSL color Cylindrical-coordinate representation of color #41887A: hue angle of 168.17º 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 #41887A is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 122 -
CMYK 0.52 0 0.10 0.47
HSL 168.17º 0.35% 0.39% -
HSV(B) 168.17º 0.52% 0.53% -
XYZ 14.5 20.14 21.54 -
YUV 113.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 65 136 122 0.52 0 0.10 0.47 168.17 0.35 0.39
Hex 41 88 7A 34 0 A 2F A8 23 27
Octal 101 210 172 64 0 12 57 250 43 47
Binary 1000001 10001000 1111010 110100 0 1010 101111 10101000 100011 100111

Color Harmonies of #41887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41887A

Black with #41887A

Text Example


Text Example

White with #41887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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