Html Css Color HEX #49987D Lochinvar

📋 copy color: '#49987D'

red 73 ◦ green 152 ◦ blue 125

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

Shades of Lochinvar #49987D

Tints of Lochinvar #49987D

RGB

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

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

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

R = 20.86%
G = 43.43%
B = 35.71%

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

#49987D (or 0x49987D) is known color: Lochinvar. HEX triplet: 49, 98 and 7D. RGB value is (73,152,125). Sum of RGB (Red+Green+Blue) = 73+152+125=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #49987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49987D is #B66782. Grayscale: #7D7D7D. Windows color (decimal): -11954051 or 8230985. OLE color: 8230985.

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

Color convert

RGB 73 152 125 -
CMYK 0.52 0 0.18 0.40
HSL 159.49º 0.35% 0.44% -
HSV(B) 159.49º 0.52% 0.6% -
XYZ 17.68 25.35 23.36 -
YUV 125.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 73 152 125 0.52 0 0.18 0.40 159.49 0.35 0.44
Hex 49 98 7D 34 0 12 28 9F 23 2C
Octal 111 230 175 64 0 22 50 237 43 54
Binary 1001001 10011000 1111101 110100 0 10010 101000 10011111 100011 101100

Color Harmonies of #49987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49987D

Black with #49987D

Text Example


Text Example

White with #49987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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