Html Css Color HEX #41887F Lochinvar

📋 copy color: '#41887F'

red 65 ◦ green 136 ◦ blue 127

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

Shades of Lochinvar #41887F

Tints of Lochinvar #41887F

RGB

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

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

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

R = 19.82%
G = 41.46%
B = 38.72%

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

#41887F (or 0x41887F) is known color: Lochinvar. HEX triplet: 41, 88 and 7F. RGB value is (65,136,127). Sum of RGB (Red+Green+Blue) = 65+136+127=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #41887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41887F is #BE7780. Grayscale: #717171. Windows color (decimal): -12482433 or 8357953. OLE color: 8357953.

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

Color convert

RGB 65 136 127 -
CMYK 0.52 0 0.07 0.47
HSL 172.39º 0.35% 0.39% -
HSV(B) 172.39º 0.52% 0.53% -
XYZ 14.81 20.26 23.21 -
YUV 113.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 65 136 127 0.52 0 0.07 0.47 172.39 0.35 0.39
Hex 41 88 7F 34 0 7 2F AC 23 27
Octal 101 210 177 64 0 7 57 254 43 47
Binary 1000001 10001000 1111111 110100 0 111 101111 10101100 100011 100111

Color Harmonies of #41887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41887F

Black with #41887F

Text Example


Text Example

White with #41887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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