Html Css Color HEX #49927A Lochinvar

📋 copy color: '#49927A'

red 73 ◦ green 146 ◦ blue 122

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

Shades of Lochinvar #49927A

Tints of Lochinvar #49927A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 21.41%
G = 42.82%
B = 35.78%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#49927A (or 0x49927A) is known color: Lochinvar. HEX triplet: 49, 92 and 7A. RGB value is (73,146,122). Sum of RGB (Red+Green+Blue) = 73+146+122=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #49927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49927A is #B66D85. Grayscale: #797979. Windows color (decimal): -11955590 or 8032841. OLE color: 8032841.

HSL color Cylindrical-coordinate representation of color #49927A: hue angle of 160.27º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49927A is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 122 -
CMYK 0.5 0 0.16 0.43
HSL 160.27º 0.33% 0.43% -
HSV(B) 160.27º 0.5% 0.57% -
XYZ 16.54 23.38 22.05 -
YUV 121.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 73 146 122 0.5 0 0.16 0.43 160.27 0.33 0.43
Hex 49 92 7A 32 0 10 2B A0 21 2B
Octal 111 222 172 62 0 20 53 240 41 53
Binary 1001001 10010010 1111010 110010 0 10000 101011 10100000 100001 101011

Color Harmonies of #49927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49927A

Black with #49927A

Text Example


Text Example

White with #49927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49927A; }

 p { color: rgb(73,146,122); }

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

background-color css

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

 a { background-color: rgb(73,146,122); }

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

border-color css

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

 span { border-color: rgb(73,146,122); }

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