Html Css Color HEX #409687 Lochinvar

📋 copy color: '#409687'

red 64 ◦ green 150 ◦ blue 135

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

Shades of Lochinvar #409687

Tints of Lochinvar #409687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.98%

 BLUE value IS 135 (53.13% from 255) = 38.68%

R = 18.34%
G = 42.98%
B = 38.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#409687 (or 0x409687) is known color: Lochinvar. HEX triplet: 40, 96 and 87. RGB value is (64,150,135). Sum of RGB (Red+Green+Blue) = 64+150+135=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #409687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409687 is #BF6978. Grayscale: #7A7A7A. Windows color (decimal): -12544377 or 8885824. OLE color: 8885824.

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

Color convert

RGB 64 150 135 -
CMYK 0.57 0 0.1 0.41
HSL 169.53º 0.4% 0.42% -
HSV(B) 169.53º 0.57% 0.59% -
XYZ 17.39 24.65 26.76 -
YUV 122.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 64 150 135 0.57 0 0.1 0.41 169.53 0.4 0.42
Hex 40 96 87 39 0 A 29 AA 28 2A
Octal 100 226 207 71 0 12 51 252 50 52
Binary 1000000 10010110 10000111 111001 0 1010 101001 10101010 101000 101010

Color Harmonies of #409687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409687

Black with #409687

Text Example


Text Example

White with #409687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409687; }

 p { color: rgb(64,150,135); }

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

background-color css

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

 a { background-color: rgb(64,150,135); }

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

border-color css

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

 span { border-color: rgb(64,150,135); }

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