Html Css Color HEX #409588 Lochinvar

📋 copy color: '#409588'

red 64 ◦ green 149 ◦ blue 136

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

Shades of Lochinvar #409588

Tints of Lochinvar #409588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.97%

R = 18.34%
G = 42.69%
B = 38.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#409588 (or 0x409588) is known color: Lochinvar. HEX triplet: 40, 95 and 88. RGB value is (64,149,136). Sum of RGB (Red+Green+Blue) = 64+149+136=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #409588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409588 is #BF6A77. Grayscale: #7A7A7A. Windows color (decimal): -12544632 or 8951104. OLE color: 8951104.

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

Color convert

RGB 64 149 136 -
CMYK 0.57 0 0.09 0.42
HSL 170.82º 0.4% 0.42% -
HSV(B) 170.82º 0.57% 0.58% -
XYZ 17.31 24.36 27.08 -
YUV 122.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 64 149 136 0.57 0 0.09 0.42 170.82 0.4 0.42
Hex 40 95 88 39 0 9 2A AB 28 2A
Octal 100 225 210 71 0 11 52 253 50 52
Binary 1000000 10010101 10001000 111001 0 1001 101010 10101011 101000 101010

Color Harmonies of #409588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409588

Black with #409588

Text Example


Text Example

White with #409588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409588; }

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

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

background-color css

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

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

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

border-color css

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

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

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