Html Css Color HEX #49987E Lochinvar

📋 copy color: '#49987E'

red 73 ◦ green 152 ◦ blue 126

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

Shades of Lochinvar #49987E

Tints of Lochinvar #49987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 20.8%
G = 43.3%
B = 35.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#49987E (or 0x49987E) is known color: Lochinvar. HEX triplet: 49, 98 and 7E. RGB value is (73,152,126). Sum of RGB (Red+Green+Blue) = 73+152+126=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #49987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49987E is #B66781. Grayscale: #7D7D7D. Windows color (decimal): -11954050 or 8296521. OLE color: 8296521.

HSL color Cylindrical-coordinate representation of color #49987E: hue angle of 160.25º 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 #49987E is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 126 -
CMYK 0.52 0 0.17 0.40
HSL 160.25º 0.35% 0.44% -
HSV(B) 160.25º 0.52% 0.6% -
XYZ 17.74 25.38 23.7 -
YUV 125.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 73 152 126 0.52 0 0.17 0.40 160.25 0.35 0.44
Hex 49 98 7E 34 0 11 28 A0 23 2C
Octal 111 230 176 64 0 21 50 240 43 54
Binary 1001001 10011000 1111110 110100 0 10001 101000 10100000 100011 101100

Color Harmonies of #49987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49987E

Black with #49987E

Text Example


Text Example

White with #49987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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