Html Css Color HEX #409381 Lochinvar

📋 copy color: '#409381'

red 64 ◦ green 147 ◦ blue 129

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

Shades of Lochinvar #409381

Tints of Lochinvar #409381

RGB

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

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

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

R = 18.82%
G = 43.24%
B = 37.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#409381 (or 0x409381) is known color: Lochinvar. HEX triplet: 40, 93 and 81. RGB value is (64,147,129). Sum of RGB (Red+Green+Blue) = 64+147+129=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #409381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409381 is #BF6C7E. Grayscale: #787878. Windows color (decimal): -12545151 or 8491840. OLE color: 8491840.

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

Color convert

RGB 64 147 129 -
CMYK 0.56 0 0.12 0.42
HSL 166.99º 0.39% 0.41% -
HSV(B) 166.99º 0.56% 0.58% -
XYZ 16.51 23.54 24.44 -
YUV 120.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 64 147 129 0.56 0 0.12 0.42 166.99 0.39 0.41
Hex 40 93 81 38 0 C 2A A7 27 29
Octal 100 223 201 70 0 14 52 247 47 51
Binary 1000000 10010011 10000001 111000 0 1100 101010 10100111 100111 101001

Color Harmonies of #409381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409381

Black with #409381

Text Example


Text Example

White with #409381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409381; }

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

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

background-color css

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

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

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

border-color css

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

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

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