#48977C

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

Shades of Lochinvar #48977C

Tints of Lochinvar #48977C

Color information

#48977C (or 0x48977C) is unknown color: approx Lochinvar. HEX triplet: 48, 97 and 7C. RGB value is (72,151,124). Sum of RGB (Red+Green+Blue) = 72+151+124=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #48977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48977C is #B76883. Grayscale: #7C7C7C. Windows color (decimal): -12019844 or 8165192. OLE color: 8165192.

HSL color Cylindrical-coordinate representation of color #48977C: hue angle of 159.49º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48977C is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB72151124-
CMYK0.5200.180.41
HSL159.49º35.43%43.73%-
HSV(B)159.49º52.32%59.22%-
XYZ17.3824.9722.97-
YUV124.3127.8390.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=20.75%
G=43.52%
B=35.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721511240.5200.180.41159.4935.4343.73
Hex48977C34012299f232c
Octal11022717464022512374354
Binary100100010010111111110011010001001010100110011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48977C; }

 p { color: rgb(72,151,124); }

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

<style>
 a { background-color: #48977C; }

 a { background-color: rgb(72,151,124); }

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

<style>
 span { border-color: #48977C; }

 span { border-color: rgb(72,151,124); }

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