#499879

Color #499879 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #499879

Tints of Lochinvar #499879

Color information

#499879 (or 0x499879) is unknown color: approx Lochinvar. HEX triplet: 49, 98 and 79. RGB value is (73,152,121). Sum of RGB (Red+Green+Blue) = 73+152+121=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #499879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499879 is #B66786. Grayscale: #7C7C7C. Windows color (decimal): -11954055 or 7968841. OLE color: 7968841.

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

Color convert

RGB73152121-
CMYK0.5200.200.40
HSL156.46º35.11%44.12%-
HSV(B)156.46º51.97%59.61%-
XYZ17.4325.2522.05-
YUV124.84125.8391.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 152 (59.77% from 255) = 43.93%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=21.10%
G=43.93%
B=34.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521210.5200.200.40156.4635.1144.12
Hex49987934014289c232c
Octal11123017164024502344354
Binary100100110011000111100111010001010010100010011100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499879; }

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

 H1.HeaderClassName
 {
   color: #499879;
 }
 .AnyTagClassName
 {
   color: #499879;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #499879;
 }
 .BgClassName
 {
   background-color: #499879;
 }
</style>
border-color css

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

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

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