Html Css Color HEX #499578 Lochinvar

📋 copy color: '#499578'

red 73 ◦ green 149 ◦ blue 120

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

Shades of Lochinvar #499578

Tints of Lochinvar #499578

RGB

 RED value IS 73 (28.91% from 255) = 21.35%

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

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 21.35%
G = 43.57%
B = 35.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#499578 (or 0x499578) is known color: Lochinvar. HEX triplet: 49, 95 and 78. RGB value is (73,149,120). Sum of RGB (Red+Green+Blue) = 73+149+120=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #499578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499578 is #B66A87. Grayscale: #7B7B7B. Windows color (decimal): -11954824 or 7902537. OLE color: 7902537.

HSL color Cylindrical-coordinate representation of color #499578: hue angle of 157.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499578 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 120 -
CMYK 0.51 0 0.19 0.42
HSL 157.11º 0.34% 0.44% -
HSV(B) 157.11º 0.51% 0.58% -
XYZ 16.89 24.27 21.56 -
YUV 122.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 73 149 120 0.51 0 0.19 0.42 157.11 0.34 0.44
Hex 49 95 78 33 0 13 2A 9D 22 2C
Octal 111 225 170 63 0 23 52 235 42 54
Binary 1001001 10010101 1111000 110011 0 10011 101010 10011101 100010 101100

Color Harmonies of #499578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499578

Black with #499578

Text Example


Text Example

White with #499578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499578; }

 p { color: rgb(73,149,120); }

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

background-color css

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

 a { background-color: rgb(73,149,120); }

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

border-color css

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

 span { border-color: rgb(73,149,120); }

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