Html Css Color HEX #409586 Lochinvar

📋 copy color: '#409586'

red 64 ◦ green 149 ◦ blue 134

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

Shades of Lochinvar #409586

Tints of Lochinvar #409586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 18.44%
G = 42.94%
B = 38.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#409586 (or 0x409586) is known color: Lochinvar. HEX triplet: 40, 95 and 86. RGB value is (64,149,134). Sum of RGB (Red+Green+Blue) = 64+149+134=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #409586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409586 is #BF6A79. Grayscale: #797979. Windows color (decimal): -12544634 or 8820032. OLE color: 8820032.

HSL color Cylindrical-coordinate representation of color #409586: hue angle of 169.41º 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 #409586 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 134 -
CMYK 0.57 0 0.10 0.42
HSL 169.41º 0.4% 0.42% -
HSV(B) 169.41º 0.57% 0.58% -
XYZ 17.16 24.31 26.34 -
YUV 121.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 64 149 134 0.57 0 0.10 0.42 169.41 0.4 0.42
Hex 40 95 86 39 0 A 2A A9 28 2A
Octal 100 225 206 71 0 12 52 251 50 52
Binary 1000000 10010101 10000110 111001 0 1010 101010 10101001 101000 101010

Color Harmonies of #409586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409586

Black with #409586

Text Example


Text Example

White with #409586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409586; }

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

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

background-color css

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

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

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

border-color css

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

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

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