#48877F

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

Shades of Lochinvar #48877F

Tints of Lochinvar #48877F

Color information

#48877F (or 0x48877F) is unknown color: approx Lochinvar. HEX triplet: 48, 87 and 7F. RGB value is (72,135,127). Sum of RGB (Red+Green+Blue) = 72+135+127=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #48877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48877F is #B77880. Grayscale: #737373. Windows color (decimal): -12023937 or 8357704. OLE color: 8357704.

HSL color Cylindrical-coordinate representation of color #48877F: hue angle of 172.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48877F is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB72135127-
CMYK0.4700.060.47
HSL172.38º30.43%40.59%-
HSV(B)172.38º46.67%52.94%-
XYZ15.1720.2423.19-
YUV115.25134.6397.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 127 (50% from 255) = 38.02%
R=21.56%
G=40.42%
B=38.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351270.4700.060.47172.3830.4340.59
Hex48877F2F062Fac1e29
Octal1102071775706572543651
Binary100100010000111111111110111101101011111010110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48877F; }

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

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

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

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

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

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

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

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