Html Css Color HEX #49887D Lochinvar

📋 copy color: '#49887D'

red 73 ◦ green 136 ◦ blue 125

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

Shades of Lochinvar #49887D

Tints of Lochinvar #49887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 21.86%
G = 40.72%
B = 37.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#49887D (or 0x49887D) is known color: Lochinvar. HEX triplet: 49, 88 and 7D. RGB value is (73,136,125). Sum of RGB (Red+Green+Blue) = 73+136+125=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #49887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49887D is #B67782. Grayscale: #737373. Windows color (decimal): -11958147 or 8226889. OLE color: 8226889.

HSL color Cylindrical-coordinate representation of color #49887D: hue angle of 169.52º 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 #49887D is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 125 -
CMYK 0.46 0 0.08 0.47
HSL 169.52º 0.3% 0.41% -
HSV(B) 169.52º 0.46% 0.53% -
XYZ 15.25 20.51 22.56 -
YUV 115.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 73 136 125 0.46 0 0.08 0.47 169.52 0.3 0.41
Hex 49 88 7D 2E 0 8 2F AA 1E 29
Octal 111 210 175 56 0 10 57 252 36 51
Binary 1001001 10001000 1111101 101110 0 1000 101111 10101010 11110 101001

Color Harmonies of #49887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49887D

Black with #49887D

Text Example


Text Example

White with #49887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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