Html Css Color HEX #40958B Lochinvar

📋 copy color: '#40958B'

red 64 ◦ green 149 ◦ blue 139

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

Shades of Lochinvar #40958B

Tints of Lochinvar #40958B

RGB

 RED value IS 64 (25.39% from 255) = 18.18%

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

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

R = 18.18%
G = 42.33%
B = 39.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#40958B (or 0x40958B) is known color: Lochinvar. HEX triplet: 40, 95 and 8B. RGB value is (64,149,139). Sum of RGB (Red+Green+Blue) = 64+149+139=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #40958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40958B is #BF6A74. Grayscale: #7A7A7A. Windows color (decimal): -12544629 or 9147712. OLE color: 9147712.

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

Color convert

RGB 64 149 139 -
CMYK 0.57 0 0.07 0.42
HSL 172.94º 0.4% 0.42% -
HSV(B) 172.94º 0.57% 0.58% -
XYZ 17.52 24.45 28.22 -
YUV 122.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 64 149 139 0.57 0 0.07 0.42 172.94 0.4 0.42
Hex 40 95 8B 39 0 7 2A AD 28 2A
Octal 100 225 213 71 0 7 52 255 50 52
Binary 1000000 10010101 10001011 111001 0 111 101010 10101101 101000 101010

Color Harmonies of #40958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40958B

Black with #40958B

Text Example


Text Example

White with #40958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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