Html Css Color HEX #49977D Lochinvar

📋 copy color: '#49977D'

red 73 ◦ green 151 ◦ blue 125

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

Shades of Lochinvar #49977D

Tints of Lochinvar #49977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

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

R = 20.92%
G = 43.27%
B = 35.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#49977D (or 0x49977D) is known color: Lochinvar. HEX triplet: 49, 97 and 7D. RGB value is (73,151,125). Sum of RGB (Red+Green+Blue) = 73+151+125=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #49977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49977D is #B66882. Grayscale: #7C7C7C. Windows color (decimal): -11954307 or 8230729. OLE color: 8230729.

HSL color Cylindrical-coordinate representation of color #49977D: hue angle of 160º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49977D is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 125 -
CMYK 0.52 0 0.17 0.41
HSL 160º 0.35% 0.44% -
HSV(B) 160º 0.52% 0.59% -
XYZ 17.52 25.03 23.31 -
YUV 124.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 73 151 125 0.52 0 0.17 0.41 160 0.35 0.44
Hex 49 97 7D 34 0 11 29 A0 23 2C
Octal 111 227 175 64 0 21 51 240 43 54
Binary 1001001 10010111 1111101 110100 0 10001 101001 10100000 100011 101100

Color Harmonies of #49977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49977D

Black with #49977D

Text Example


Text Example

White with #49977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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