Html Css Color HEX #41857A Lochinvar

📋 copy color: '#41857A'

red 65 ◦ green 133 ◦ blue 122

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

Shades of Lochinvar #41857A

Tints of Lochinvar #41857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 20.31%
G = 41.56%
B = 38.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#41857A (or 0x41857A) is known color: Lochinvar. HEX triplet: 41, 85 and 7A. RGB value is (65,133,122). Sum of RGB (Red+Green+Blue) = 65+133+122=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #41857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41857A is #BE7A85. Grayscale: #6F6F6F. Windows color (decimal): -12483206 or 8029505. OLE color: 8029505.

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

Color convert

RGB 65 133 122 -
CMYK 0.51 0 0.08 0.48
HSL 170.29º 0.34% 0.39% -
HSV(B) 170.29º 0.51% 0.52% -
XYZ 14.08 19.3 21.4 -
YUV 111.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 65 133 122 0.51 0 0.08 0.48 170.29 0.34 0.39
Hex 41 85 7A 33 0 8 30 AA 22 27
Octal 101 205 172 63 0 10 60 252 42 47
Binary 1000001 10000101 1111010 110011 0 1000 110000 10101010 100010 100111

Color Harmonies of #41857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41857A

Black with #41857A

Text Example


Text Example

White with #41857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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