Html Css Color HEX #49887E Lochinvar

📋 copy color: '#49887E'

red 73 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #49887E

Tints of Lochinvar #49887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.6%

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

R = 21.79%
G = 40.6%
B = 37.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#49887E (or 0x49887E) is known color: Lochinvar. HEX triplet: 49, 88 and 7E. RGB value is (73,136,126). Sum of RGB (Red+Green+Blue) = 73+136+126=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #49887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49887E is #B67781. Grayscale: #737373. Windows color (decimal): -11958146 or 8292425. OLE color: 8292425.

HSL color Cylindrical-coordinate representation of color #49887E: hue angle of 170.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49887E is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 126 -
CMYK 0.46 0 0.07 0.47
HSL 170.48º 0.3% 0.41% -
HSV(B) 170.48º 0.46% 0.53% -
XYZ 15.32 20.53 22.89 -
YUV 116.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 73 136 126 0.46 0 0.07 0.47 170.48 0.3 0.41
Hex 49 88 7E 2E 0 7 2F AA 1E 29
Octal 111 210 176 56 0 7 57 252 36 51
Binary 1001001 10001000 1111110 101110 0 111 101111 10101010 11110 101001

Color Harmonies of #49887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49887E

Black with #49887E

Text Example


Text Example

White with #49887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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