Html Css Color HEX #408980 Lochinvar

📋 copy color: '#408980'

red 64 ◦ green 137 ◦ blue 128

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

Shades of Lochinvar #408980

Tints of Lochinvar #408980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 19.45%
G = 41.64%
B = 38.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#408980 (or 0x408980) is known color: Lochinvar. HEX triplet: 40, 89 and 80. RGB value is (64,137,128). Sum of RGB (Red+Green+Blue) = 64+137+128=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #408980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408980 is #BF767F. Grayscale: #727272. Windows color (decimal): -12547712 or 8423744. OLE color: 8423744.

HSL color Cylindrical-coordinate representation of color #408980: hue angle of 172.6º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408980 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 128 -
CMYK 0.53 0 0.07 0.46
HSL 172.6º 0.36% 0.39% -
HSV(B) 172.6º 0.53% 0.54% -
XYZ 14.96 20.54 23.6 -
YUV 114.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 64 137 128 0.53 0 0.07 0.46 172.6 0.36 0.39
Hex 40 89 80 35 0 7 2E AD 24 27
Octal 100 211 200 65 0 7 56 255 44 47
Binary 1000000 10001001 10000000 110101 0 111 101110 10101101 100100 100111

Color Harmonies of #408980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408980

Black with #408980

Text Example


Text Example

White with #408980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408980; }

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

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

background-color css

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

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

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

border-color css

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

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

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