Html Css Color HEX #41867A Lochinvar

📋 copy color: '#41867A'

red 65 ◦ green 134 ◦ blue 122

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

Shades of Lochinvar #41867A

Tints of Lochinvar #41867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

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

R = 20.25%
G = 41.74%
B = 38.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#41867A (or 0x41867A) is known color: Lochinvar. HEX triplet: 41, 86 and 7A. RGB value is (65,134,122). Sum of RGB (Red+Green+Blue) = 65+134+122=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #41867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41867A is #BE7985. Grayscale: #6F6F6F. Windows color (decimal): -12482950 or 8029761. OLE color: 8029761.

HSL color Cylindrical-coordinate representation of color #41867A: hue angle of 169.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41867A is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 122 -
CMYK 0.51 0 0.09 0.47
HSL 169.57º 0.35% 0.39% -
HSV(B) 169.57º 0.51% 0.53% -
XYZ 14.22 19.58 21.44 -
YUV 112 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 65 134 122 0.51 0 0.09 0.47 169.57 0.35 0.39
Hex 41 86 7A 33 0 9 2F AA 23 27
Octal 101 206 172 63 0 11 57 252 43 47
Binary 1000001 10000110 1111010 110011 0 1001 101111 10101010 100011 100111

Color Harmonies of #41867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41867A

Black with #41867A

Text Example


Text Example

White with #41867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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