Html Css Color HEX #409380 Lochinvar

📋 copy color: '#409380'

red 64 ◦ green 147 ◦ blue 128

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

Shades of Lochinvar #409380

Tints of Lochinvar #409380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.36%

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

R = 18.88%
G = 43.36%
B = 37.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#409380 (or 0x409380) is known color: Lochinvar. HEX triplet: 40, 93 and 80. RGB value is (64,147,128). Sum of RGB (Red+Green+Blue) = 64+147+128=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #409380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409380 is #BF6C7F. Grayscale: #787878. Windows color (decimal): -12545152 or 8426304. OLE color: 8426304.

HSL color Cylindrical-coordinate representation of color #409380: hue angle of 166.27º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409380 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 147 128 -
CMYK 0.56 0 0.13 0.42
HSL 166.27º 0.39% 0.41% -
HSV(B) 166.27º 0.56% 0.58% -
XYZ 16.44 23.52 24.09 -
YUV 120.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 64 147 128 0.56 0 0.13 0.42 166.27 0.39 0.41
Hex 40 93 80 38 0 D 2A A6 27 29
Octal 100 223 200 70 0 15 52 246 47 51
Binary 1000000 10010011 10000000 111000 0 1101 101010 10100110 100111 101001

Color Harmonies of #409380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409380

Black with #409380

Text Example


Text Example

White with #409380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409380; }

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

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

background-color css

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

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

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

border-color css

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

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

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