Html Css Color HEX #41958B Lochinvar

📋 copy color: '#41958B'

red 65 ◦ green 149 ◦ blue 139

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

Shades of Lochinvar #41958B

Tints of Lochinvar #41958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 18.41%
G = 42.21%
B = 39.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#41958B (or 0x41958B) is known color: Lochinvar. HEX triplet: 41, 95 and 8B. RGB value is (65,149,139). Sum of RGB (Red+Green+Blue) = 65+149+139=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #41958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41958B is #BE6A74. Grayscale: #7A7A7A. Windows color (decimal): -12479093 or 9147713. OLE color: 9147713.

HSL color Cylindrical-coordinate representation of color #41958B: hue angle of 172.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41958B is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 139 -
CMYK 0.56 0 0.07 0.42
HSL 172.86º 0.39% 0.42% -
HSV(B) 172.86º 0.56% 0.58% -
XYZ 17.59 24.48 28.22 -
YUV 122.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 65 149 139 0.56 0 0.07 0.42 172.86 0.39 0.42
Hex 41 95 8B 38 0 7 2A AD 27 2A
Octal 101 225 213 70 0 7 52 255 47 52
Binary 1000001 10010101 10001011 111000 0 111 101010 10101101 100111 101010

Color Harmonies of #41958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41958B

Black with #41958B

Text Example


Text Example

White with #41958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41958B; }

 p { color: rgb(65,149,139); }

 H1.HeaderClassName
 {
   color: #41958B;
 }
 .AnyTagClassName
 {
   color: #41958B;
 }
</style>

background-color css

<style>
 a { background-color: #41958B; }

 a { background-color: rgb(65,149,139); }

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

border-color css

<style>
 span { border-color: #41958B; }

 span { border-color: rgb(65,149,139); }

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