Html Css Color HEX #409379 Lochinvar

📋 copy color: '#409379'

red 64 ◦ green 147 ◦ blue 121

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

Shades of Lochinvar #409379

Tints of Lochinvar #409379

RGB

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

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

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

R = 19.28%
G = 44.28%
B = 36.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#409379 (or 0x409379) is known color: Lochinvar. HEX triplet: 40, 93 and 79. RGB value is (64,147,121). Sum of RGB (Red+Green+Blue) = 64+147+121=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #409379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409379 is #BF6C86. Grayscale: #777777. Windows color (decimal): -12545159 or 7967552. OLE color: 7967552.

HSL color Cylindrical-coordinate representation of color #409379: hue angle of 161.2º 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 #409379 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 147 121 -
CMYK 0.56 0 0.18 0.42
HSL 161.2º 0.39% 0.41% -
HSV(B) 161.2º 0.56% 0.58% -
XYZ 16 23.34 21.75 -
YUV 119.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 64 147 121 0.56 0 0.18 0.42 161.2 0.39 0.41
Hex 40 93 79 38 0 12 2A A1 27 29
Octal 100 223 171 70 0 22 52 241 47 51
Binary 1000000 10010011 1111001 111000 0 10010 101010 10100001 100111 101001

Color Harmonies of #409379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409379

Black with #409379

Text Example


Text Example

White with #409379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409379; }

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

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

background-color css

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

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

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

border-color css

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

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

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