Html Css Color HEX #408A81 Lochinvar

📋 copy color: '#408A81'

red 64 ◦ green 138 ◦ blue 129

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

Shades of Lochinvar #408A81

Tints of Lochinvar #408A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 19.34%
G = 41.69%
B = 38.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#408A81 (or 0x408A81) is known color: Lochinvar. HEX triplet: 40, 8A and 81. RGB value is (64,138,129). Sum of RGB (Red+Green+Blue) = 64+138+129=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #408A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A81 is #BF757E. Grayscale: #727272. Windows color (decimal): -12547455 or 8489536. OLE color: 8489536.

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

Color convert

RGB 64 138 129 -
CMYK 0.54 0 0.07 0.46
HSL 172.7º 0.37% 0.4% -
HSV(B) 172.7º 0.54% 0.54% -
XYZ 15.17 20.85 23.99 -
YUV 114.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 64 138 129 0.54 0 0.07 0.46 172.7 0.37 0.4
Hex 40 8A 81 36 0 7 2E AD 25 28
Octal 100 212 201 66 0 7 56 255 45 50
Binary 1000000 10001010 10000001 110110 0 111 101110 10101101 100101 101000

Color Harmonies of #408A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A81

Black with #408A81

Text Example


Text Example

White with #408A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,138,129); }

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

background-color css

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

 a { background-color: rgb(64,138,129); }

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

border-color css

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

 span { border-color: rgb(64,138,129); }

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