#489779

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

Shades of Lochinvar #489779

Tints of Lochinvar #489779

Color information

#489779 (or 0x489779) is unknown color: approx Lochinvar. HEX triplet: 48, 97 and 79. RGB value is (72,151,121). Sum of RGB (Red+Green+Blue) = 72+151+121=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #489779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489779 is #B76886. Grayscale: #7B7B7B. Windows color (decimal): -12019847 or 7968584. OLE color: 7968584.

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

Color convert

RGB72151121-
CMYK0.5200.200.41
HSL157.22º35.43%43.73%-
HSV(B)157.22º52.32%59.22%-
XYZ17.1924.8921.99-
YUV123.96126.3390.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=20.93%
G=43.90%
B=35.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721511210.5200.200.41157.2235.4343.73
Hex48977934014299d232c
Octal11022717164024512354354
Binary100100010010111111100111010001010010100110011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489779; }

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

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

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

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

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

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

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

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