Html Css Color HEX #408B79 Lochinvar

📋 copy color: '#408B79'

red 64 ◦ green 139 ◦ blue 121

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

Shades of Lochinvar #408B79

Tints of Lochinvar #408B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 19.75%
G = 42.9%
B = 37.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#408B79 (or 0x408B79) is known color: Lochinvar. HEX triplet: 40, 8B and 79. RGB value is (64,139,121). Sum of RGB (Red+Green+Blue) = 64+139+121=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #408B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B79 is #BF7486. Grayscale: #727272. Windows color (decimal): -12547207 or 7965504. OLE color: 7965504.

HSL color Cylindrical-coordinate representation of color #408B79: hue angle of 165.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B79 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 121 -
CMYK 0.54 0 0.13 0.45
HSL 165.6º 0.37% 0.4% -
HSV(B) 165.6º 0.54% 0.55% -
XYZ 14.8 20.94 21.35 -
YUV 114.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 64 139 121 0.54 0 0.13 0.45 165.6 0.37 0.4
Hex 40 8B 79 36 0 D 2D A6 25 28
Octal 100 213 171 66 0 15 55 246 45 50
Binary 1000000 10001011 1111001 110110 0 1101 101101 10100110 100101 101000

Color Harmonies of #408B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B79

Black with #408B79

Text Example


Text Example

White with #408B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408B79; }

 p { color: rgb(64,139,121); }

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

background-color css

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

 a { background-color: rgb(64,139,121); }

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

border-color css

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

 span { border-color: rgb(64,139,121); }

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