Html Css Color HEX #49987C Lochinvar

📋 copy color: '#49987C'

red 73 ◦ green 152 ◦ blue 124

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

Shades of Lochinvar #49987C

Tints of Lochinvar #49987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.55%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 20.92%
G = 43.55%
B = 35.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#49987C (or 0x49987C) is known color: Lochinvar. HEX triplet: 49, 98 and 7C. RGB value is (73,152,124). Sum of RGB (Red+Green+Blue) = 73+152+124=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #49987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49987C is #B66783. Grayscale: #7D7D7D. Windows color (decimal): -11954052 or 8165449. OLE color: 8165449.

HSL color Cylindrical-coordinate representation of color #49987C: hue angle of 158.73º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49987C is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 124 -
CMYK 0.52 0 0.18 0.40
HSL 158.73º 0.35% 0.44% -
HSV(B) 158.73º 0.52% 0.6% -
XYZ 17.61 25.33 23.03 -
YUV 125.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 73 152 124 0.52 0 0.18 0.40 158.73 0.35 0.44
Hex 49 98 7C 34 0 12 28 9F 23 2C
Octal 111 230 174 64 0 22 50 237 43 54
Binary 1001001 10011000 1111100 110100 0 10010 101000 10011111 100011 101100

Color Harmonies of #49987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49987C

Black with #49987C

Text Example


Text Example

White with #49987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49987C; }

 p { color: rgb(73,152,124); }

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

background-color css

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

 a { background-color: rgb(73,152,124); }

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

border-color css

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

 span { border-color: rgb(73,152,124); }

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