Html Css Color HEX #49947B Lochinvar

📋 copy color: '#49947B'

red 73 ◦ green 148 ◦ blue 123

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

Shades of Lochinvar #49947B

Tints of Lochinvar #49947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 21.22%
G = 43.02%
B = 35.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#49947B (or 0x49947B) is known color: Lochinvar. HEX triplet: 49, 94 and 7B. RGB value is (73,148,123). Sum of RGB (Red+Green+Blue) = 73+148+123=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #49947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49947B is #B66B84. Grayscale: #7A7A7A. Windows color (decimal): -11955077 or 8098889. OLE color: 8098889.

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

Color convert

RGB 73 148 123 -
CMYK 0.51 0 0.17 0.42
HSL 160º 0.34% 0.43% -
HSV(B) 160º 0.51% 0.58% -
XYZ 16.91 24.03 22.49 -
YUV 122.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 73 148 123 0.51 0 0.17 0.42 160 0.34 0.43
Hex 49 94 7B 33 0 11 2A A0 22 2B
Octal 111 224 173 63 0 21 52 240 42 53
Binary 1001001 10010100 1111011 110011 0 10001 101010 10100000 100010 101011

Color Harmonies of #49947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49947B

Black with #49947B

Text Example


Text Example

White with #49947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49947B; }

 p { color: rgb(73,148,123); }

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

background-color css

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

 a { background-color: rgb(73,148,123); }

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

border-color css

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

 span { border-color: rgb(73,148,123); }

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