#488B7F

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

Shades of Lochinvar #488B7F

Tints of Lochinvar #488B7F

Color information

#488B7F (or 0x488B7F) is unknown color: approx Lochinvar. HEX triplet: 48, 8B and 7F. RGB value is (72,139,127). Sum of RGB (Red+Green+Blue) = 72+139+127=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #488B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B7F is #B77480. Grayscale: #757575. Windows color (decimal): -12022913 or 8358728. OLE color: 8358728.

HSL color Cylindrical-coordinate representation of color #488B7F: hue angle of 169.25º 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 #488B7F is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB72139127-
CMYK0.4800.090.45
HSL169.25º31.75%41.37%-
HSV(B)169.25º48.2%54.51%-
XYZ15.7421.3823.38-
YUV117.6133.395.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 139 (54.69% from 255) = 41.12%
BLUE value IS 127 (50% from 255) = 37.57%
R=21.30%
G=41.12%
B=37.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391270.4800.090.45169.2531.7541.37
Hex488B7F30092Da92029
Octal11021317760011552514051
Binary10010001000101111111111100000100110110110101001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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