Html Css Color HEX #408F79 Lochinvar

📋 copy color: '#408F79'

red 64 ◦ green 143 ◦ blue 121

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

Shades of Lochinvar #408F79

Tints of Lochinvar #408F79

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.6%

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

R = 19.51%
G = 43.6%
B = 36.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#408F79 (or 0x408F79) is known color: Lochinvar. HEX triplet: 40, 8F and 79. RGB value is (64,143,121). Sum of RGB (Red+Green+Blue) = 64+143+121=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #408F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F79 is #BF7086. Grayscale: #747474. Windows color (decimal): -12546183 or 7966528. OLE color: 7966528.

HSL color Cylindrical-coordinate representation of color #408F79: hue angle of 163.29º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F79 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 121 -
CMYK 0.55 0 0.15 0.44
HSL 163.29º 0.38% 0.41% -
HSV(B) 163.29º 0.55% 0.56% -
XYZ 15.39 22.12 21.55 -
YUV 116.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 64 143 121 0.55 0 0.15 0.44 163.29 0.38 0.41
Hex 40 8F 79 37 0 F 2C A3 26 29
Octal 100 217 171 67 0 17 54 243 46 51
Binary 1000000 10001111 1111001 110111 0 1111 101100 10100011 100110 101001

Color Harmonies of #408F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F79

Black with #408F79

Text Example


Text Example

White with #408F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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