Html Css Color HEX #409688 Lochinvar

📋 copy color: '#409688'

red 64 ◦ green 150 ◦ blue 136

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

Shades of Lochinvar #409688

Tints of Lochinvar #409688

RGB

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

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

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

R = 18.29%
G = 42.86%
B = 38.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#409688 (or 0x409688) is known color: Lochinvar. HEX triplet: 40, 96 and 88. RGB value is (64,150,136). Sum of RGB (Red+Green+Blue) = 64+150+136=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #409688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409688 is #BF6977. Grayscale: #7A7A7A. Windows color (decimal): -12544376 or 8951360. OLE color: 8951360.

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

Color convert

RGB 64 150 136 -
CMYK 0.57 0 0.09 0.41
HSL 170.23º 0.4% 0.42% -
HSV(B) 170.23º 0.57% 0.59% -
XYZ 17.46 24.68 27.14 -
YUV 122.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 64 150 136 0.57 0 0.09 0.41 170.23 0.4 0.42
Hex 40 96 88 39 0 9 29 AA 28 2A
Octal 100 226 210 71 0 11 51 252 50 52
Binary 1000000 10010110 10001000 111001 0 1001 101001 10101010 101000 101010

Color Harmonies of #409688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409688

Black with #409688

Text Example


Text Example

White with #409688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409688; }

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

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

background-color css

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

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

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

border-color css

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

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

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