Html Css Color HEX #499378 Lochinvar

📋 copy color: '#499378'

red 73 ◦ green 147 ◦ blue 120

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

Shades of Lochinvar #499378

Tints of Lochinvar #499378

RGB

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

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

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

R = 21.47%
G = 43.24%
B = 35.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#499378 (or 0x499378) is known color: Lochinvar. HEX triplet: 49, 93 and 78. RGB value is (73,147,120). Sum of RGB (Red+Green+Blue) = 73+147+120=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #499378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499378 is #B66C87. Grayscale: #797979. Windows color (decimal): -11955336 or 7902025. OLE color: 7902025.

HSL color Cylindrical-coordinate representation of color #499378: hue angle of 158.11º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499378 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 120 -
CMYK 0.50 0 0.18 0.42
HSL 158.11º 0.34% 0.43% -
HSV(B) 158.11º 0.5% 0.58% -
XYZ 16.57 23.64 21.46 -
YUV 121.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 73 147 120 0.50 0 0.18 0.42 158.11 0.34 0.43
Hex 49 93 78 32 0 12 2A 9E 22 2B
Octal 111 223 170 62 0 22 52 236 42 53
Binary 1001001 10010011 1111000 110010 0 10010 101010 10011110 100010 101011

Color Harmonies of #499378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499378

Black with #499378

Text Example


Text Example

White with #499378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499378; }

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

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

background-color css

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

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

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

border-color css

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

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

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