Html Css Color HEX #408F85 Lochinvar

📋 copy color: '#408F85'

red 64 ◦ green 143 ◦ blue 133

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

Shades of Lochinvar #408F85

Tints of Lochinvar #408F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 18.82%
G = 42.06%
B = 39.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#408F85 (or 0x408F85) is known color: Lochinvar. HEX triplet: 40, 8F and 85. RGB value is (64,143,133). Sum of RGB (Red+Green+Blue) = 64+143+133=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #408F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F85 is #BF707A. Grayscale: #767676. Windows color (decimal): -12546171 or 8752960. OLE color: 8752960.

HSL color Cylindrical-coordinate representation of color #408F85: hue angle of 172.41º 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 #408F85 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 133 -
CMYK 0.55 0 0.07 0.44
HSL 172.41º 0.38% 0.41% -
HSV(B) 172.41º 0.55% 0.56% -
XYZ 16.17 22.43 25.67 -
YUV 118.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 64 143 133 0.55 0 0.07 0.44 172.41 0.38 0.41
Hex 40 8F 85 37 0 7 2C AC 26 29
Octal 100 217 205 67 0 7 54 254 46 51
Binary 1000000 10001111 10000101 110111 0 111 101100 10101100 100110 101001

Color Harmonies of #408F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F85

Black with #408F85

Text Example


Text Example

White with #408F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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