Html Css Color HEX #41887B Lochinvar

📋 copy color: '#41887B'

red 65 ◦ green 136 ◦ blue 123

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

Shades of Lochinvar #41887B

Tints of Lochinvar #41887B

RGB

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

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

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

R = 20.06%
G = 41.98%
B = 37.96%

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

#41887B (or 0x41887B) is known color: Lochinvar. HEX triplet: 41, 88 and 7B. RGB value is (65,136,123). Sum of RGB (Red+Green+Blue) = 65+136+123=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #41887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41887B is #BE7784. Grayscale: #717171. Windows color (decimal): -12482437 or 8095809. OLE color: 8095809.

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

Color convert

RGB 65 136 123 -
CMYK 0.52 0 0.10 0.47
HSL 169.01º 0.35% 0.39% -
HSV(B) 169.01º 0.52% 0.53% -
XYZ 14.56 20.16 21.86 -
YUV 113.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 65 136 123 0.52 0 0.10 0.47 169.01 0.35 0.39
Hex 41 88 7B 34 0 A 2F A9 23 27
Octal 101 210 173 64 0 12 57 251 43 47
Binary 1000001 10001000 1111011 110100 0 1010 101111 10101001 100011 100111

Color Harmonies of #41887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41887B

Black with #41887B

Text Example


Text Example

White with #41887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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