#48977B

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

Shades of Lochinvar #48977B

Tints of Lochinvar #48977B

Color information

#48977B (or 0x48977B) is unknown color: approx Lochinvar. HEX triplet: 48, 97 and 7B. RGB value is (72,151,123). Sum of RGB (Red+Green+Blue) = 72+151+123=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #48977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48977B is #B76884. Grayscale: #7C7C7C. Windows color (decimal): -12019845 or 8099656. OLE color: 8099656.

HSL color Cylindrical-coordinate representation of color #48977B: hue angle of 158.73º 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 #48977B is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB72151123-
CMYK0.5200.190.41
HSL158.73º35.43%43.73%-
HSV(B)158.73º52.32%59.22%-
XYZ17.3124.9422.64-
YUV124.19127.3390.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=20.81%
G=43.64%
B=35.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721511230.5200.190.41158.7335.4343.73
Hex48977B34013299f232c
Octal11022717364023512374354
Binary100100010010111111101111010001001110100110011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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