Html Css Color HEX #498D7F Lochinvar

📋 copy color: '#498D7F'

red 73 ◦ green 141 ◦ blue 127

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

Shades of Lochinvar #498D7F

Tints of Lochinvar #498D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.24%

R = 21.41%
G = 41.35%
B = 37.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#498D7F (or 0x498D7F) is known color: Lochinvar. HEX triplet: 49, 8D and 7F. RGB value is (73,141,127). Sum of RGB (Red+Green+Blue) = 73+141+127=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #498D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D7F is #B67280. Grayscale: #777777. Windows color (decimal): -11956865 or 8359241. OLE color: 8359241.

HSL color Cylindrical-coordinate representation of color #498D7F: hue angle of 167.65º 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 #498D7F is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 141 127 -
CMYK 0.48 0 0.10 0.45
HSL 167.65º 0.32% 0.42% -
HSV(B) 167.65º 0.48% 0.55% -
XYZ 16.1 22 23.48 -
YUV 119.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 73 141 127 0.48 0 0.10 0.45 167.65 0.32 0.42
Hex 49 8D 7F 30 0 A 2D A8 20 2A
Octal 111 215 177 60 0 12 55 250 40 52
Binary 1001001 10001101 1111111 110000 0 1010 101101 10101000 100000 101010

Color Harmonies of #498D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498D7F

Black with #498D7F

Text Example


Text Example

White with #498D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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