Html Css Color HEX #41857D Lochinvar

📋 copy color: '#41857D'

red 65 ◦ green 133 ◦ blue 125

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

Shades of Lochinvar #41857D

Tints of Lochinvar #41857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 20.12%
G = 41.18%
B = 38.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#41857D (or 0x41857D) is known color: Lochinvar. HEX triplet: 41, 85 and 7D. RGB value is (65,133,125). Sum of RGB (Red+Green+Blue) = 65+133+125=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #41857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41857D is #BE7A82. Grayscale: #6F6F6F. Windows color (decimal): -12483203 or 8226113. OLE color: 8226113.

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

Color convert

RGB 65 133 125 -
CMYK 0.51 0 0.06 0.48
HSL 172.94º 0.34% 0.39% -
HSV(B) 172.94º 0.51% 0.52% -
XYZ 14.27 19.38 22.39 -
YUV 111.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 65 133 125 0.51 0 0.06 0.48 172.94 0.34 0.39
Hex 41 85 7D 33 0 6 30 AD 22 27
Octal 101 205 175 63 0 6 60 255 42 47
Binary 1000001 10000101 1111101 110011 0 110 110000 10101101 100010 100111

Color Harmonies of #41857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41857D

Black with #41857D

Text Example


Text Example

White with #41857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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