Html Css Color HEX #409589 Lochinvar

📋 copy color: '#409589'

red 64 ◦ green 149 ◦ blue 137

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

Shades of Lochinvar #409589

Tints of Lochinvar #409589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 18.29%
G = 42.57%
B = 39.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#409589 (or 0x409589) is known color: Lochinvar. HEX triplet: 40, 95 and 89. RGB value is (64,149,137). Sum of RGB (Red+Green+Blue) = 64+149+137=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #409589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409589 is #BF6A76. Grayscale: #7A7A7A. Windows color (decimal): -12544631 or 9016640. OLE color: 9016640.

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

Color convert

RGB 64 149 137 -
CMYK 0.57 0 0.08 0.42
HSL 171.53º 0.4% 0.42% -
HSV(B) 171.53º 0.57% 0.58% -
XYZ 17.38 24.39 27.46 -
YUV 122.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 64 149 137 0.57 0 0.08 0.42 171.53 0.4 0.42
Hex 40 95 89 39 0 8 2A AC 28 2A
Octal 100 225 211 71 0 10 52 254 50 52
Binary 1000000 10010101 10001001 111001 0 1000 101010 10101100 101000 101010

Color Harmonies of #409589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409589

Black with #409589

Text Example


Text Example

White with #409589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409589; }

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

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

background-color css

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

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

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

border-color css

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

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

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