#489879

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

Shades of Lochinvar #489879

Tints of Lochinvar #489879

Color information

#489879 (or 0x489879) is unknown color: approx Lochinvar. HEX triplet: 48, 98 and 79. RGB value is (72,152,121). Sum of RGB (Red+Green+Blue) = 72+152+121=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #489879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489879 is #B76786. Grayscale: #7C7C7C. Windows color (decimal): -12019591 or 7968840. OLE color: 7968840.

HSL color Cylindrical-coordinate representation of color #489879: hue angle of 156.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489879 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB72152121-
CMYK0.5300.200.40
HSL156.75º35.71%43.92%-
HSV(B)156.75º52.63%59.61%-
XYZ17.3525.2122.04-
YUV124.5512690.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=20.87%
G=44.06%
B=35.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521210.5300.200.40156.7535.7143.92
Hex48987935014289d242c
Octal11023017165024502354454
Binary100100010011000111100111010101010010100010011101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489879; }

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

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

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

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

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

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

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

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