#48857A

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

Shades of Lochinvar #48857A

Tints of Lochinvar #48857A

Color information

#48857A (or 0x48857A) is unknown color: approx Lochinvar. HEX triplet: 48, 85 and 7A. RGB value is (72,133,122). Sum of RGB (Red+Green+Blue) = 72+133+122=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #48857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48857A is #B77A85. Grayscale: #717171. Windows color (decimal): -12024454 or 8029512. OLE color: 8029512.

HSL color Cylindrical-coordinate representation of color #48857A: hue angle of 169.18º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48857A is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB72133122-
CMYK0.4600.080.48
HSL169.18º29.76%40.2%-
HSV(B)169.18º45.86%52.16%-
XYZ14.5719.5621.42-
YUV113.51132.7998.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=22.02%
G=40.67%
B=37.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331220.4600.080.48169.1829.7640.2
Hex48857A2E0830a91e28
Octal11020517256010602513650
Binary1001000100001011111010101110010001100001010100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48857A; }

 p { color: rgb(72,133,122); }

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

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

 a { background-color: rgb(72,133,122); }

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

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

 span { border-color: rgb(72,133,122); }

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