#488979

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

Shades of Lochinvar #488979

Tints of Lochinvar #488979

Color information

#488979 (or 0x488979) is unknown color: approx Lochinvar. HEX triplet: 48, 89 and 79. RGB value is (72,137,121). Sum of RGB (Red+Green+Blue) = 72+137+121=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #488979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488979 is #B77686. Grayscale: #737373. Windows color (decimal): -12023431 or 7965000. OLE color: 7965000.

HSL color Cylindrical-coordinate representation of color #488979: hue angle of 165.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488979 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB72137121-
CMYK0.4700.120.46
HSL165.23º31.1%40.98%-
HSV(B)165.23º47.45%53.73%-
XYZ15.0720.6521.28-
YUV115.74130.9796.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=21.82%
G=41.52%
B=36.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371210.4700.120.46165.2331.140.98
Hex4889792F0C2Ea51f29
Octal11021117157014562453751
Binary1001000100010011111001101111011001011101010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488979; }

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

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

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

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

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

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

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

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