Html Css Color HEX #409684 Lochinvar

📋 copy color: '#409684'

red 64 ◦ green 150 ◦ blue 132

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

Shades of Lochinvar #409684

Tints of Lochinvar #409684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 18.5%
G = 43.35%
B = 38.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#409684 (or 0x409684) is known color: Lochinvar. HEX triplet: 40, 96 and 84. RGB value is (64,150,132). Sum of RGB (Red+Green+Blue) = 64+150+132=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #409684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409684 is #BF697B. Grayscale: #7A7A7A. Windows color (decimal): -12544380 or 8689216. OLE color: 8689216.

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

Color convert

RGB 64 150 132 -
CMYK 0.57 0 0.12 0.41
HSL 167.44º 0.4% 0.42% -
HSV(B) 167.44º 0.57% 0.59% -
XYZ 17.19 24.57 25.67 -
YUV 122.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 64 150 132 0.57 0 0.12 0.41 167.44 0.4 0.42
Hex 40 96 84 39 0 C 29 A7 28 2A
Octal 100 226 204 71 0 14 51 247 50 52
Binary 1000000 10010110 10000100 111001 0 1100 101001 10100111 101000 101010

Color Harmonies of #409684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409684

Black with #409684

Text Example


Text Example

White with #409684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409684; }

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

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

background-color css

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

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

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

border-color css

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

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

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