#488B78

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

Shades of Lochinvar #488B78

Tints of Lochinvar #488B78

Color information

#488B78 (or 0x488B78) is unknown color: approx Lochinvar. HEX triplet: 48, 8B and 78. RGB value is (72,139,120). Sum of RGB (Red+Green+Blue) = 72+139+120=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #488B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B78 is #B77487. Grayscale: #747474. Windows color (decimal): -12022920 or 7899976. OLE color: 7899976.

HSL color Cylindrical-coordinate representation of color #488B78: hue angle of 162.99º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B78 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB72139120-
CMYK0.4800.140.45
HSL162.99º31.75%41.37%-
HSV(B)162.99º48.2%54.51%-
XYZ15.321.221.05-
YUV116.8129.896.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=21.75%
G=41.99%
B=36.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391200.4800.140.45162.9931.7541.37
Hex488B78300E2Da32029
Octal11021317060016552434051
Binary10010001000101111110001100000111010110110100011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488B78; }

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

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

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

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

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

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

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

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