#489588

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

Shades of Lochinvar #489588

Tints of Lochinvar #489588

Color information

#489588 (or 0x489588) is unknown color: approx Lochinvar. HEX triplet: 48, 95 and 88. RGB value is (72,149,136). Sum of RGB (Red+Green+Blue) = 72+149+136=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #489588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489588 is #B76A77. Grayscale: #7C7C7C. Windows color (decimal): -12020344 or 8951112. OLE color: 8951112.

HSL color Cylindrical-coordinate representation of color #489588: hue angle of 169.87º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489588 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB72149136-
CMYK0.5200.090.42
HSL169.87º34.84%43.33%-
HSV(B)169.87º51.68%58.43%-
XYZ17.8624.6527.11-
YUV124.49134.4990.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 136 (53.52% from 255) = 38.10%
R=20.17%
G=41.74%
B=38.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721491360.5200.090.42169.8734.8443.33
Hex48958834092Aaa232b
Octal11022521064011522524353
Binary100100010010101100010001101000100110101010101010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489588; }

 p { color: rgb(72,149,136); }

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

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

 a { background-color: rgb(72,149,136); }

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

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

 span { border-color: rgb(72,149,136); }

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