Html Css Color HEX #41857F Lochinvar

📋 copy color: '#41857F'

red 65 ◦ green 133 ◦ blue 127

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

Shades of Lochinvar #41857F

Tints of Lochinvar #41857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

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

R = 20%
G = 40.92%
B = 39.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#41857F (or 0x41857F) is known color: Lochinvar. HEX triplet: 41, 85 and 7F. RGB value is (65,133,127). Sum of RGB (Red+Green+Blue) = 65+133+127=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #41857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41857F is #BE7A80. Grayscale: #6F6F6F. Windows color (decimal): -12483201 or 8357185. OLE color: 8357185.

HSL color Cylindrical-coordinate representation of color #41857F: hue angle of 174.71º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41857F is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 127 -
CMYK 0.51 0 0.05 0.48
HSL 174.71º 0.34% 0.39% -
HSV(B) 174.71º 0.51% 0.52% -
XYZ 14.4 19.43 23.07 -
YUV 111.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 65 133 127 0.51 0 0.05 0.48 174.71 0.34 0.39
Hex 41 85 7F 33 0 5 30 AF 22 27
Octal 101 205 177 63 0 5 60 257 42 47
Binary 1000001 10000101 1111111 110011 0 101 110000 10101111 100010 100111

Color Harmonies of #41857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41857F

Black with #41857F

Text Example


Text Example

White with #41857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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