Html Css Color HEX #409382 Lochinvar

📋 copy color: '#409382'

red 64 ◦ green 147 ◦ blue 130

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

Shades of Lochinvar #409382

Tints of Lochinvar #409382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 18.77%
G = 43.11%
B = 38.12%

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

#409382 (or 0x409382) is known color: Lochinvar. HEX triplet: 40, 93 and 82. RGB value is (64,147,130). Sum of RGB (Red+Green+Blue) = 64+147+130=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #409382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409382 is #BF6C7D. Grayscale: #787878. Windows color (decimal): -12545150 or 8557376. OLE color: 8557376.

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

Color convert

RGB 64 147 130 -
CMYK 0.56 0 0.12 0.42
HSL 167.71º 0.39% 0.41% -
HSV(B) 167.71º 0.56% 0.58% -
XYZ 16.58 23.57 24.79 -
YUV 120.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 64 147 130 0.56 0 0.12 0.42 167.71 0.39 0.41
Hex 40 93 82 38 0 C 2A A8 27 29
Octal 100 223 202 70 0 14 52 250 47 51
Binary 1000000 10010011 10000010 111000 0 1100 101010 10101000 100111 101001

Color Harmonies of #409382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409382

Black with #409382

Text Example


Text Example

White with #409382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409382; }

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

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

background-color css

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

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

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

border-color css

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

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

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