#48887E

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

Shades of Lochinvar #48887E

Tints of Lochinvar #48887E

Color information

#48887E (or 0x48887E) is unknown color: approx Lochinvar. HEX triplet: 48, 88 and 7E. RGB value is (72,136,126). Sum of RGB (Red+Green+Blue) = 72+136+126=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #48887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48887E is #B77781. Grayscale: #737373. Windows color (decimal): -12023682 or 8292424. OLE color: 8292424.

HSL color Cylindrical-coordinate representation of color #48887E: hue angle of 170.62º degrees, saturation: 0.31, 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 #48887E is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB72136126-
CMYK0.4700.070.47
HSL170.62º30.77%40.78%-
HSV(B)170.62º47.06%53.33%-
XYZ15.2420.4922.89-
YUV115.72133.896.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=21.56%
G=40.72%
B=37.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361260.4700.070.47170.6230.7740.78
Hex48887E2F072Fab1f29
Octal1102101765707572533751
Binary100100010001000111111010111101111011111010101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48887E; }

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

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

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

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

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

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

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

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