Html Css Color HEX #41857C Lochinvar

📋 copy color: '#41857C'

red 65 ◦ green 133 ◦ blue 124

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

Shades of Lochinvar #41857C

Tints of Lochinvar #41857C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 20.19%
G = 41.3%
B = 38.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#41857C (or 0x41857C) is known color: Lochinvar. HEX triplet: 41, 85 and 7C. RGB value is (65,133,124). Sum of RGB (Red+Green+Blue) = 65+133+124=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #41857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41857C is #BE7A83. Grayscale: #6F6F6F. Windows color (decimal): -12483204 or 8160577. OLE color: 8160577.

HSL color Cylindrical-coordinate representation of color #41857C: hue angle of 172.06º 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 #41857C is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 124 -
CMYK 0.51 0 0.07 0.48
HSL 172.06º 0.34% 0.39% -
HSV(B) 172.06º 0.51% 0.52% -
XYZ 14.21 19.35 22.06 -
YUV 111.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 65 133 124 0.51 0 0.07 0.48 172.06 0.34 0.39
Hex 41 85 7C 33 0 7 30 AC 22 27
Octal 101 205 174 63 0 7 60 254 42 47
Binary 1000001 10000101 1111100 110011 0 111 110000 10101100 100010 100111

Color Harmonies of #41857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41857C

Black with #41857C

Text Example


Text Example

White with #41857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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