Html Css Color HEX #498D7D Lochinvar

📋 copy color: '#498D7D'

red 73 ◦ green 141 ◦ blue 125

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

Shades of Lochinvar #498D7D

Tints of Lochinvar #498D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.59%

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

R = 21.53%
G = 41.59%
B = 36.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#498D7D (or 0x498D7D) is known color: Lochinvar. HEX triplet: 49, 8D and 7D. RGB value is (73,141,125). Sum of RGB (Red+Green+Blue) = 73+141+125=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #498D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D7D is #B67282. Grayscale: #767676. Windows color (decimal): -11956867 or 8228169. OLE color: 8228169.

HSL color Cylindrical-coordinate representation of color #498D7D: hue angle of 165.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D7D is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 141 125 -
CMYK 0.48 0 0.11 0.45
HSL 165.88º 0.32% 0.42% -
HSV(B) 165.88º 0.48% 0.55% -
XYZ 15.97 21.95 22.8 -
YUV 118.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 73 141 125 0.48 0 0.11 0.45 165.88 0.32 0.42
Hex 49 8D 7D 30 0 B 2D A6 20 2A
Octal 111 215 175 60 0 13 55 246 40 52
Binary 1001001 10001101 1111101 110000 0 1011 101101 10100110 100000 101010

Color Harmonies of #498D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498D7D

Black with #498D7D

Text Example


Text Example

White with #498D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498D7D; }

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

 H1.HeaderClassName
 {
   color: #498D7D;
 }
 .AnyTagClassName
 {
   color: #498D7D;
 }
</style>

background-color css

<style>
 a { background-color: #498D7D; }

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

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

border-color css

<style>
 span { border-color: #498D7D; }

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

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