#489678

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

Shades of Lochinvar #489678

Tints of Lochinvar #489678

Color information

#489678 (or 0x489678) is unknown color: approx Lochinvar. HEX triplet: 48, 96 and 78. RGB value is (72,150,120). Sum of RGB (Red+Green+Blue) = 72+150+120=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #489678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489678 is #B76987. Grayscale: #7B7B7B. Windows color (decimal): -12020104 or 7902792. OLE color: 7902792.

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

Color convert

RGB72150120-
CMYK0.5200.200.41
HSL156.92º35.14%43.53%-
HSV(B)156.92º52%58.82%-
XYZ16.9724.5521.61-
YUV123.26126.1691.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=21.05%
G=43.86%
B=35.09%

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
Decimal721501200.5200.200.41156.9235.1443.53
Hex48967834014299d232c
Octal11022617064024512354354
Binary100100010010110111100011010001010010100110011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489678; }

 p { color: rgb(72,150,120); }

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

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

 a { background-color: rgb(72,150,120); }

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

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

 span { border-color: rgb(72,150,120); }

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