Html Css Color HEX #409583 Lochinvar

📋 copy color: '#409583'

red 64 ◦ green 149 ◦ blue 131

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

Shades of Lochinvar #409583

Tints of Lochinvar #409583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 131 (51.56% from 255) = 38.08%

R = 18.6%
G = 43.31%
B = 38.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#409583 (or 0x409583) is known color: Lochinvar. HEX triplet: 40, 95 and 83. RGB value is (64,149,131). Sum of RGB (Red+Green+Blue) = 64+149+131=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #409583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409583 is #BF6A7C. Grayscale: #797979. Windows color (decimal): -12544637 or 8623424. OLE color: 8623424.

HSL color Cylindrical-coordinate representation of color #409583: hue angle of 167.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409583 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 131 -
CMYK 0.57 0 0.12 0.42
HSL 167.29º 0.4% 0.42% -
HSV(B) 167.29º 0.57% 0.58% -
XYZ 16.96 24.22 25.25 -
YUV 121.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 64 149 131 0.57 0 0.12 0.42 167.29 0.4 0.42
Hex 40 95 83 39 0 C 2A A7 28 2A
Octal 100 225 203 71 0 14 52 247 50 52
Binary 1000000 10010101 10000011 111001 0 1100 101010 10100111 101000 101010

Color Harmonies of #409583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409583

Black with #409583

Text Example


Text Example

White with #409583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409583; }

 p { color: rgb(64,149,131); }

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

background-color css

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

 a { background-color: rgb(64,149,131); }

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

border-color css

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

 span { border-color: rgb(64,149,131); }

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